tiferet 1.0.0a15__py3-none-any.whl → 1.0.0a16__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.
- tiferet/contexts/app.py +5 -1
- {tiferet-1.0.0a15.dist-info → tiferet-1.0.0a16.dist-info}/METADATA +1 -1
- {tiferet-1.0.0a15.dist-info → tiferet-1.0.0a16.dist-info}/RECORD +6 -6
- {tiferet-1.0.0a15.dist-info → tiferet-1.0.0a16.dist-info}/LICENSE +0 -0
- {tiferet-1.0.0a15.dist-info → tiferet-1.0.0a16.dist-info}/WHEEL +0 -0
- {tiferet-1.0.0a15.dist-info → tiferet-1.0.0a16.dist-info}/top_level.txt +0 -0
tiferet/contexts/app.py
CHANGED
@@ -133,6 +133,9 @@ class AppContext(Model):
|
|
133
133
|
:rtype: Any
|
134
134
|
'''
|
135
135
|
|
136
|
+
# Retrieve the app context dependency.
|
137
|
+
app_context = app_interface.get_dependency('app_context')
|
138
|
+
|
136
139
|
# Get the dependencies for the app interface.
|
137
140
|
dependencies = dict(
|
138
141
|
interface_id=app_interface.id,
|
@@ -140,7 +143,8 @@ class AppContext(Model):
|
|
140
143
|
feature_flag=app_interface.feature_flag,
|
141
144
|
data_flag=app_interface.data_flag,
|
142
145
|
app_context=import_dependency(
|
143
|
-
|
146
|
+
app_context.module_path,
|
147
|
+
app_context.class_name,
|
144
148
|
),
|
145
149
|
**app_interface.constants
|
146
150
|
)
|
@@ -7,7 +7,7 @@ tiferet/commands/error.py,sha256=ixMYH0yrEWlMAVGDSRke3IGoWaOShfmiXntrUC2b3wY,573
|
|
7
7
|
tiferet/commands/feature.py,sha256=tXa-MDf14ByIJqwQFeSUu2QLUjHPdsyvFNhj1XeaQVk,2507
|
8
8
|
tiferet/configs/__init__.py,sha256=NfT6XFNcJznOLXjMuNmj3XeaOPVWwbc-N4kVWaVjuD0,845
|
9
9
|
tiferet/contexts/__init__.py,sha256=PvTgdVMav7B4pbKV4vxfNTMSod88DKGSR_0W8reIyC4,235
|
10
|
-
tiferet/contexts/app.py,sha256=
|
10
|
+
tiferet/contexts/app.py,sha256=_GiawlFowEbnVvBw6XgUlLjgLu2CwlHuK4ldT_v6a1c,8305
|
11
11
|
tiferet/contexts/container.py,sha256=Wo_2HENb7XPpIcZSkEikSGh8vWmClpLgkBbSW-jMDK4,6619
|
12
12
|
tiferet/contexts/error.py,sha256=Gqewmk5WqbER9umNvR9gliQNi-bmbaNyXOSG4jUZfJc,3262
|
13
13
|
tiferet/contexts/feature.py,sha256=kVVRpIyjWa3T2QoT2R-T7clOIQEpNMYa8ZJRVxgY_6o,3730
|
@@ -28,8 +28,8 @@ tiferet/repos/app.py,sha256=VxPanqWw4lGi1VoajTXN3sv9yy_XV6m_95E6DTdMHb8,2900
|
|
28
28
|
tiferet/repos/container.py,sha256=n9Tz83QETdAocGAT4oKcvllEGwFp069pYqkXs2-KFFk,3519
|
29
29
|
tiferet/repos/error.py,sha256=jDze41uioKwKEkAswkzLubVw-bxsVyeUkJwyeO5Es0E,4245
|
30
30
|
tiferet/repos/feature.py,sha256=GxOV8XHNwz9YY3I8Wch6GaDskvkdi8l1hM9E9fCg1y0,3644
|
31
|
-
tiferet-1.0.
|
32
|
-
tiferet-1.0.
|
33
|
-
tiferet-1.0.
|
34
|
-
tiferet-1.0.
|
35
|
-
tiferet-1.0.
|
31
|
+
tiferet-1.0.0a16.dist-info/LICENSE,sha256=e8_GutFM0sxbRlgUaeVsGvJ5uE-KvruLApOzIoHy_zU,1513
|
32
|
+
tiferet-1.0.0a16.dist-info/METADATA,sha256=dKLPaHr_RbeicLXsSYVKI6bsPY-ZmCyOqgTyXDdA9oo,536
|
33
|
+
tiferet-1.0.0a16.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
34
|
+
tiferet-1.0.0a16.dist-info/top_level.txt,sha256=g19Qw0j_VxPw-fgPF1TMPwbtHjnEhNQs0fa69wJZ6IM,8
|
35
|
+
tiferet-1.0.0a16.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|