소스 검색

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