Skip to content

Commit 810c54a

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent b9d65d2 commit 810c54a

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

cyclonedx_py/_internal/utils/py_interop/__init__.py renamed to cyclonedx_py/_internal/py_interop/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@
1414
#
1515
# SPDX-License-Identifier: Apache-2.0
1616
# Copyright (c) OWASP Foundation. All Rights Reserved.
17+
18+
"""this package contains polyfills and alike, so that all pyhton-versions support the same feature set."""
File renamed without changes.

cyclonedx_py/_internal/utils/pep639.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
from cyclonedx.model import AttachedText, Encoding
3030
from cyclonedx.model.license import DisjunctiveLicense, LicenseAcknowledgement
3131

32+
from ..py_interop.glob import glob
3233
from .bytes import bytes2str
3334
from .mimetypes import guess_type
34-
from .py_interop.glob import glob
3535

3636
if TYPE_CHECKING: # pragma: no cover
3737
from importlib.metadata import Distribution

tests/_data/snapshots/environment/plain_with-license-text_1.2.json.bin

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)