|
@@ -133,7 +133,7 @@ def flex_test():
|
|
fname=os.path.abspath(__file__)
|
|
fname=os.path.abspath(__file__)
|
|
elmts=fname.split(os.path.sep)
|
|
elmts=fname.split(os.path.sep)
|
|
path2=os.path.sep.join(elmts[0:-1])
|
|
path2=os.path.sep.join(elmts[0:-1])
|
|
- keysdir=path2+os.path.sep+'keys'+os.path.sep
|
|
|
|
|
|
+ keysdir=path2+os.path.sep
|
|
js=json.load(open(keysdir+'test.json','r',encoding='utf-8'))
|
|
js=json.load(open(keysdir+'test.json','r',encoding='utf-8'))
|
|
return js
|
|
return js
|
|
|
|
|