|
@@ -26,7 +26,7 @@ import os
|
|
|
import sys
|
|
import sys
|
|
|
|
|
|
|
|
HERE = os.path.abspath(os.path.normpath(os.path.join(__file__, os.pardir)))
|
|
HERE = os.path.abspath(os.path.normpath(os.path.join(__file__, os.pardir)))
|
|
|
-sys.path.insert(0, HERE)
|
|
|
|
|
|
|
+# sys.path.insert(0, HERE)
|
|
|
sys.path.insert(0, os.path.join(HERE, "ext"))
|
|
sys.path.insert(0, os.path.join(HERE, "ext"))
|
|
|
|
|
|
|
|
# noinspection PyPep8Naming
|
|
# noinspection PyPep8Naming
|