pyhausbus 1.0.7__py2.py3-none-any.whl → 1.0.8__py2.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.
- pyhausbus/Templates.py +1 -1
- {pyhausbus-1.0.7.dist-info → pyhausbus-1.0.8.dist-info}/METADATA +1 -1
- {pyhausbus-1.0.7.dist-info → pyhausbus-1.0.8.dist-info}/RECORD +5 -5
- {pyhausbus-1.0.7.dist-info → pyhausbus-1.0.8.dist-info}/LICENSE +0 -0
- {pyhausbus-1.0.7.dist-info → pyhausbus-1.0.8.dist-info}/WHEEL +0 -0
pyhausbus/Templates.py
CHANGED
@@ -17,7 +17,7 @@ def load_file(path: str) -> list[str]:
|
|
17
17
|
|
18
18
|
class Templates:
|
19
19
|
template_root_dir = os.path.join(os.path.dirname(__file__), "templates")
|
20
|
-
LOGGER.debug(f"templateRootDir = {
|
20
|
+
LOGGER.debug(f"templateRootDir = {template_root_dir}")
|
21
21
|
filter_non_existing = True
|
22
22
|
_instance = None
|
23
23
|
class_mappings: Dict[str, str] = {}
|
@@ -630,10 +630,10 @@ pyhausbus/templates/SD485_2E_6-fach-Taster.tpl,sha256=d8ALY9k1pcNSQUGSqSUsIpiRva
|
|
630
630
|
pyhausbus/templates/SD485_2F_6-fach-Taster.tpl,sha256=d8ALY9k1pcNSQUGSqSUsIpiRvaR0bqoy4onhpfF7bzA,533
|
631
631
|
pyhausbus/templates/SD6_14_Multitaster.tpl,sha256=cneNlLhmyE0RSh1BQK5p8Gz2cRbDOFztfc1_XWy3fAY,451
|
632
632
|
pyhausbus/templates/SD6_1E_Multitaster.tpl,sha256=cneNlLhmyE0RSh1BQK5p8Gz2cRbDOFztfc1_XWy3fAY,451
|
633
|
-
pyhausbus/Templates.py,sha256=
|
633
|
+
pyhausbus/Templates.py,sha256=5FhEwIbzY4YRQXFcc5-QoICTSPyeR7xJa3GBL7HTZaI,5639
|
634
634
|
pyhausbus/UdpReceiveWorker.py,sha256=lQD2O2Rqk3Xvy6Glrlbn1p2n4ZTWW80yxJp3-OsQTcc,2678
|
635
635
|
pyhausbus/WeekTime.py,sha256=o30XyAOEYAQhcWdE2hEX685RNJmo-VCQNPEx1xAFwzk,1287
|
636
|
-
pyhausbus-1.0.
|
637
|
-
pyhausbus-1.0.
|
638
|
-
pyhausbus-1.0.
|
639
|
-
pyhausbus-1.0.
|
636
|
+
pyhausbus-1.0.8.dist-info/LICENSE,sha256=LrguBvqK4LI4RXcja3oOYNPAIB5x5HPUXHRlkTkP5Sg,1094
|
637
|
+
pyhausbus-1.0.8.dist-info/METADATA,sha256=a3OgpLl5jcdk3ef7jlwTbHm2NH1wzXS3RYxEaHsN64U,1324
|
638
|
+
pyhausbus-1.0.8.dist-info/WHEEL,sha256=iAMR_6Qh95yyjYIwRxyjpiFq4FhDPemrEV-SyWIQB3U,92
|
639
|
+
pyhausbus-1.0.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|