excel2moodle 0.4.0__py3-none-any.whl → 0.4.1__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.
- excel2moodle/__main__.py +7 -8
- {excel2moodle-0.4.0.dist-info → excel2moodle-0.4.1.dist-info}/METADATA +1 -1
- {excel2moodle-0.4.0.dist-info → excel2moodle-0.4.1.dist-info}/RECORD +7 -7
- {excel2moodle-0.4.0.dist-info → excel2moodle-0.4.1.dist-info}/WHEEL +0 -0
- {excel2moodle-0.4.0.dist-info → excel2moodle-0.4.1.dist-info}/entry_points.txt +0 -0
- {excel2moodle-0.4.0.dist-info → excel2moodle-0.4.1.dist-info}/licenses/LICENSE +0 -0
- {excel2moodle-0.4.0.dist-info → excel2moodle-0.4.1.dist-info}/top_level.txt +0 -0
excel2moodle/__main__.py
CHANGED
@@ -15,6 +15,13 @@ from excel2moodle.ui import appUi as ui
|
|
15
15
|
|
16
16
|
|
17
17
|
def main() -> None:
|
18
|
+
excel2moodle.isMain = True
|
19
|
+
settings = Settings()
|
20
|
+
logfile = Path(settings.get(SettingsKey.LOGFILE)).resolve()
|
21
|
+
e2mMetadata["logfile"] = logfile
|
22
|
+
if logfile.exists() and logfile.is_file():
|
23
|
+
logfile.replace(f"{logfile}.old")
|
24
|
+
logConfig.dictConfig(config=loggerConfig)
|
18
25
|
signal.signal(signal.SIGINT, signal.SIG_DFL)
|
19
26
|
app = QtWidgets.QApplication(sys.argv)
|
20
27
|
settings = Settings()
|
@@ -29,12 +36,4 @@ def main() -> None:
|
|
29
36
|
|
30
37
|
|
31
38
|
if __name__ == "__main__":
|
32
|
-
excel2moodle.isMain = True
|
33
|
-
settings = Settings()
|
34
|
-
logfile = Path(settings.get(SettingsKey.LOGFILE)).resolve()
|
35
|
-
e2mMetadata["logfile"] = logfile
|
36
|
-
if logfile.exists() and logfile.is_file():
|
37
|
-
logfile.replace(f"{logfile}.old")
|
38
|
-
|
39
|
-
logConfig.dictConfig(config=loggerConfig)
|
40
39
|
main()
|
@@ -1,5 +1,5 @@
|
|
1
1
|
excel2moodle/__init__.py,sha256=qdQJY0xbSiEhnmqbgJpqBe0kHec7yLOeAdcArScioE8,1925
|
2
|
-
excel2moodle/__main__.py,sha256=
|
2
|
+
excel2moodle/__main__.py,sha256=xnTzJuQL5uDWiwDGoU9vKY4hMSFZIaz0meognglUwxw,1189
|
3
3
|
excel2moodle/logger.py,sha256=e3i6ECB8x-qyR4mP5WhdDGs1WbFXma2tzBjKbMumfOw,3086
|
4
4
|
excel2moodle/core/__init__.py,sha256=H4Bt6u076RKb6BH5F58nHLQvYPDUoayosM_Onyr9yT0,398
|
5
5
|
excel2moodle/core/category.py,sha256=QIl8nh1ryvlVMtNy8hWRfhZZMgGOhQZ3rwDFqf4woa4,1809
|
@@ -29,9 +29,9 @@ excel2moodle/ui/variantDialog.py,sha256=snVaF3_YAc7NWjMRg7NzbjL_PzNbOpt4eiqElkE4
|
|
29
29
|
excel2moodle/ui/windowDoc.py,sha256=WvzHj6F4JvHP82WlTsyFeOXW024Xq3BUqtp--T4twuI,661
|
30
30
|
excel2moodle/ui/windowEquationChecker.py,sha256=fLyal3sbJwpthWCAxLB5vbSFOX23JoivoYksNp3mZVY,7925
|
31
31
|
excel2moodle/ui/windowMain.py,sha256=iHEq9HRRGduPIxV4QOYUkGgKkbmphJT1vKHsrokQbsM,19668
|
32
|
-
excel2moodle-0.4.
|
33
|
-
excel2moodle-0.4.
|
34
|
-
excel2moodle-0.4.
|
35
|
-
excel2moodle-0.4.
|
36
|
-
excel2moodle-0.4.
|
37
|
-
excel2moodle-0.4.
|
32
|
+
excel2moodle-0.4.1.dist-info/licenses/LICENSE,sha256=ywQqe6Sitymkf2lV2NRcx_aGsaC-KbSl_EfEsRXmNRw,35135
|
33
|
+
excel2moodle-0.4.1.dist-info/METADATA,sha256=wupC5jQBXubRzjlpK2YPXtJeI1Ng31xjG8lUF-khbZE,2972
|
34
|
+
excel2moodle-0.4.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
35
|
+
excel2moodle-0.4.1.dist-info/entry_points.txt,sha256=r6Dy9TGktIJUdr1QpKni_ANneugiuEtLYUbsKVMn96w,117
|
36
|
+
excel2moodle-0.4.1.dist-info/top_level.txt,sha256=5V1xRUQ9o7UmOCmNoWCZPAuy5nXp3Qbzyqch8fUGT_c,13
|
37
|
+
excel2moodle-0.4.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|