refactor
This commit is contained in:
6
main.py
6
main.py
@@ -32,9 +32,9 @@ from custom_popup import *
|
|||||||
from cl_attriblink import cl_AttribLink
|
from cl_attriblink import cl_AttribLink
|
||||||
|
|
||||||
|
|
||||||
src_dir = os.getenv('APPDATA') + "\Attrib2Biz\src"
|
src_dir = os.getenv('APPDATA') + '\\Attrib2Biz\\src'
|
||||||
dest_dir = os.getenv('APPDATA') + "\Attrib2Biz\output"
|
dest_dir = os.getenv('APPDATA') + '\\Attrib2Biz\\output'
|
||||||
temp_dir = os.getenv('APPDATA') + '\Attrib2Biz\.temp'
|
temp_dir = os.getenv('APPDATA') + '\\Attrib2Biz\\.temp'
|
||||||
file_path ="" #os.path.dirname(__file__)
|
file_path ="" #os.path.dirname(__file__)
|
||||||
|
|
||||||
Elements = []
|
Elements = []
|
||||||
|
Reference in New Issue
Block a user