瀏覽代碼

fix sys_path

omassot 6 年之前
父節點
當前提交
a3146307c2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      __init__.py

+ 1 - 1
__init__.py

@@ -26,7 +26,7 @@ import os
 import sys
 
 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"))
 
 # noinspection PyPep8Naming