ProjectController.py
changeset 1832 0f1081928d65
parent 1831 56b48961cc68
child 1834 cd42b426028b
--- a/ProjectController.py	Thu Sep 28 12:20:40 2017 +0300
+++ b/ProjectController.py	Thu Sep 28 15:17:57 2017 +0300
@@ -30,9 +30,7 @@
 import sys
 import traceback
 import time
-import features
 import shutil
-import wx
 import re
 import tempfile
 from math import ceil
@@ -43,6 +41,9 @@
 from weakref import WeakKeyDictionary
 from itertools import izip
 
+import wx
+
+import features
 import targets
 import connectors
 import util.paths as paths