Merge remote-tracking branch 'upstream/dev' into dev
This commit is contained in:
commit
7eaa5d73cd
1 changed files with 1 additions and 2 deletions
|
|
@ -4,8 +4,7 @@ import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
# Init
|
# Init
|
||||||
os.chdir(os.path.dirname(os.path.realpath(__file__)))
|
sys.path.append(os.path.dirname(os.path.realpath(__file__)))
|
||||||
sys.path.append(os.getcwd())
|
|
||||||
from functions.activation import *
|
from functions.activation import *
|
||||||
from functions.browsers import *
|
from functions.browsers import *
|
||||||
from functions.cleanup import *
|
from functions.cleanup import *
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue