More import and file cleanup

This commit is contained in:
Veronica K. B. Olsen
2020-09-26 13:08:48 +02:00
parent eb66b879c5
commit 635a52fd31
4 changed files with 18 additions and 19 deletions
+9 -9
View File
@@ -9,20 +9,20 @@ from nw.constants.enum import (
)
__all__ = [
"isoLanguage",
"isoCountry",
"nwConst",
"nwRegEx",
"nwFiles",
"nwKeyWords",
"nwLabels",
"nwQuotes",
"nwUnicode",
"isoLanguage",
"nwAlert",
"nwConst",
"nwDocAction",
"nwDocInsert",
"nwFiles",
"nwItemClass",
"nwItemLayout",
"nwItemType",
"nwKeyWords",
"nwLabels",
"nwOutline",
"nwDocInsert",
"nwQuotes",
"nwRegEx",
"nwUnicode",
]