Updated new_system_setup.py to match other scripts
* i.e. don't change dir when setting sys.path
This commit is contained in:
parent
e089dd99a3
commit
3ff0bcd3c9
1 changed files with 1 additions and 2 deletions
|
|
@ -4,8 +4,7 @@ import os
|
|||
import sys
|
||||
|
||||
# Init
|
||||
os.chdir(os.path.dirname(os.path.realpath(__file__)))
|
||||
sys.path.append(os.getcwd())
|
||||
sys.path.append(os.path.dirname(os.path.realpath(__file__)))
|
||||
from functions.activation import *
|
||||
from functions.browsers import *
|
||||
from functions.cleanup import *
|
||||
|
|
|
|||
Loading…
Reference in a new issue