update
This commit is contained in:
parent
85d6715854
commit
c1b379e922
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,6 +5,7 @@ __pycache__/
|
||||
*$py.class
|
||||
*.diff
|
||||
.pylint.*
|
||||
*~
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
@ -135,7 +135,8 @@ def LOG_trace(a):
|
||||
bVERBOSE = hasattr(__builtins__, 'oArgs') and oArgs.log_level < 10
|
||||
if bVERBOSE: print('TRAC> '+a)
|
||||
|
||||
# Fix for Windows
|
||||
__version__ = "0.1.0"
|
||||
# FixMe for Windows
|
||||
sDIR = os.environ.get('TMPDIR', '/tmp')
|
||||
sTOX_VERSION = "1000002018"
|
||||
sVER_MIN = "1000002013"
|
||||
|
Loading…
Reference in New Issue
Block a user