Merge remote-tracking branch 'upstream/dev' into dev

This commit is contained in:
2Shirt 2019-04-07 19:40:39 -07:00
commit 7eaa5d73cd
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 *