- missing import fixed

This commit is contained in:
Marius Stanciu 2020-11-02 03:38:01 +02:00 committed by Marius
parent 374c29b4b0
commit 8b4cf118d9
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
from appGUI.GUIElements import *
from PyQt5.QtCore import QSettings
import gettext
import appTranslation as fcTranslate
import builtins