18 import sys |
18 import sys |
19 |
19 |
20 sys.path.insert(1, os.path.dirname(__file__)) |
20 sys.path.insert(1, os.path.dirname(__file__)) |
21 |
21 |
22 import Toolbox.PyQt4ImportHook # __IGNORE_WARNING__ |
22 import Toolbox.PyQt4ImportHook # __IGNORE_WARNING__ |
23 |
|
24 try: # Only for Py2 |
|
25 import Globals.compatibility_fixes # __IGNORE_WARNING__ |
|
26 except (ImportError): |
|
27 pass |
|
28 |
23 |
29 import glob |
24 import glob |
30 import fnmatch |
25 import fnmatch |
31 |
26 |
32 # make ThirdParty package available as a packages repository |
27 # make ThirdParty package available as a packages repository |