Updated new_system_setup.py to match other scripts

* i.e. don't change dir when setting sys.path
This commit is contained in:
2Shirt 2019-04-07 19:07:31 -07:00
parent e089dd99a3
commit 3ff0bcd3c9
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -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 *