update
This commit is contained in:
@@ -1 +1,5 @@
|
||||
from . import main
|
||||
import os
|
||||
import sys
|
||||
|
||||
sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'lib'))
|
||||
|
||||
|
||||
0
cli/__init__.py
Normal file
0
cli/__init__.py
Normal file
@@ -3,7 +3,7 @@ import argparse
|
||||
import os
|
||||
import sys
|
||||
|
||||
sys.path.append(os.path.dirname(os.path.dirname(__file__)))
|
||||
sys.path.append(os.path.join(os.path.dirname(os.path.dirname(__file__)), 'lib'))
|
||||
|
||||
from support import SupportFile, SupportSC, logger
|
||||
|
||||
@@ -1 +1 @@
|
||||
VERSION="4.0.21"
|
||||
VERSION="4.0.26"
|
||||
3
main.py
3
main.py
@@ -7,8 +7,7 @@ import os
|
||||
import sys
|
||||
import traceback
|
||||
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)), 'lib'))
|
||||
sys.path.insert(1, os.path.join(os.path.dirname(os.path.abspath(__file__)), 'lib2'))
|
||||
sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'lib'))
|
||||
|
||||
try:
|
||||
from framework import frame
|
||||
|
||||
Reference in New Issue
Block a user