util/misc.py
changeset 1847 6198190bc121
parent 1806 6b4d0f4f2fbc
child 1850 614396cbffbf
--- a/util/misc.py	Tue Oct 03 16:31:31 2017 +0300
+++ b/util/misc.py	Thu Oct 05 16:38:49 2017 +0300
@@ -28,6 +28,7 @@
 
 import os
 import sys
+import gettext
 
 
 def CheckPathPerm(path):
@@ -56,11 +57,9 @@
 def InstallLocalRessources(CWD):
     from BitmapLibrary import AddBitmapFolder
     from TranslationCatalogs import AddCatalog
-    import wx
 
     # Beremiz bitmaps
     AddBitmapFolder(os.path.join(CWD, "images"))
 
     # Internationalization
     AddCatalog(os.path.join(CWD, "locale"))
-    import gettext