Reorganise constants, and add ISO language codes in order to drop dependency pycountry
This commit is contained in:
@@ -20,8 +20,9 @@ from PyQt5.QtWidgets import (
|
||||
)
|
||||
|
||||
from nw.project import NWItem
|
||||
from nw.constants import nwLabels
|
||||
from nw.enum import nwItemType, nwItemClass, nwItemLayout, nwAlert
|
||||
from nw.constants import (
|
||||
nwLabels, nwItemType, nwItemClass, nwItemLayout, nwAlert
|
||||
)
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user