omassot hace 6 años
padre
commit
a3146307c2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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