organizations-local 0.0.52__py3-none-any.whl → 0.0.54__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- organizations_local/organizations_local.py +1 -1
- {organizations_local-0.0.52.dist-info → organizations_local-0.0.54.dist-info}/METADATA +1 -1
- organizations_local-0.0.54.dist-info/RECORD +7 -0
- organizations_local-0.0.52.dist-info/RECORD +0 -7
- /organizations_local/{organizations_constants.py → organizations_constants_src.py} +0 -0
- {organizations_local-0.0.52.dist-info → organizations_local-0.0.54.dist-info}/WHEEL +0 -0
- {organizations_local-0.0.52.dist-info → organizations_local-0.0.54.dist-info}/top_level.txt +0 -0
|
@@ -5,7 +5,7 @@ from language_remote.lang_code import LangCode
|
|
|
5
5
|
from logger_local.MetaLogger import MetaLogger
|
|
6
6
|
from user_context_remote.user_context import UserContext
|
|
7
7
|
|
|
8
|
-
from .
|
|
8
|
+
from .organizations_constants_src import ORGANIZATIONS_PYTHON_PACKAGE_CODE_LOGGER_OBJECT
|
|
9
9
|
|
|
10
10
|
user_context = UserContext()
|
|
11
11
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
organizations_local/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
organizations_local/organizations_constants_src.py,sha256=mh_XncG0Q8-k_VUCHWVQRdlMXNnf_GCiCcL-rn7R3lw,902
|
|
3
|
+
organizations_local/organizations_local.py,sha256=9xRc_HYE9_24YgLh070Em2kRfetwbbr1wNGlzEP5Mfs,14107
|
|
4
|
+
organizations_local-0.0.54.dist-info/METADATA,sha256=zmgoMmekcztACfmaWtQZ75qN4sQHwlKN1vObtUpWq9k,773
|
|
5
|
+
organizations_local-0.0.54.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
|
6
|
+
organizations_local-0.0.54.dist-info/top_level.txt,sha256=Y8wRcm3jFTyMdysBub_P8iqX1VOMS0ohUxA1GQdngFU,20
|
|
7
|
+
organizations_local-0.0.54.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
organizations_local/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
organizations_local/organizations_constants.py,sha256=mh_XncG0Q8-k_VUCHWVQRdlMXNnf_GCiCcL-rn7R3lw,902
|
|
3
|
-
organizations_local/organizations_local.py,sha256=Ynxtqf_8a4VK42iFbEUM7fIlLwD9AM1xldX7X7SUrXQ,14103
|
|
4
|
-
organizations_local-0.0.52.dist-info/METADATA,sha256=yKb-Yiq6uaoAtEiFFKhW0wlVtKZFQwDXvCcRVKOvIOE,773
|
|
5
|
-
organizations_local-0.0.52.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
|
|
6
|
-
organizations_local-0.0.52.dist-info/top_level.txt,sha256=Y8wRcm3jFTyMdysBub_P8iqX1VOMS0ohUxA1GQdngFU,20
|
|
7
|
-
organizations_local-0.0.52.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|