Compare commits
2 commits
b3d46abb91
...
c1b379e922
Author | SHA1 | Date | |
---|---|---|---|
|
c1b379e922 | ||
|
85d6715854 |
2 changed files with 5 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -5,6 +5,7 @@ __pycache__/
|
||||||
*$py.class
|
*$py.class
|
||||||
*.diff
|
*.diff
|
||||||
.pylint.*
|
.pylint.*
|
||||||
|
*~
|
||||||
|
|
||||||
# C extensions
|
# C extensions
|
||||||
*.so
|
*.so
|
||||||
|
@ -164,3 +165,5 @@ cython_debug/
|
||||||
|
|
||||||
.pylint.err
|
.pylint.err
|
||||||
.pylint.log
|
.pylint.log
|
||||||
|
tox_profile_test.bash
|
||||||
|
tox_profile.sh
|
||||||
|
|
|
@ -135,7 +135,8 @@ def LOG_trace(a):
|
||||||
bVERBOSE = hasattr(__builtins__, 'oArgs') and oArgs.log_level < 10
|
bVERBOSE = hasattr(__builtins__, 'oArgs') and oArgs.log_level < 10
|
||||||
if bVERBOSE: print('TRAC> '+a)
|
if bVERBOSE: print('TRAC> '+a)
|
||||||
|
|
||||||
# Fix for Windows
|
__version__ = "0.1.0"
|
||||||
|
# FixMe for Windows
|
||||||
sDIR = os.environ.get('TMPDIR', '/tmp')
|
sDIR = os.environ.get('TMPDIR', '/tmp')
|
||||||
sTOX_VERSION = "1000002018"
|
sTOX_VERSION = "1000002018"
|
||||||
sVER_MIN = "1000002013"
|
sVER_MIN = "1000002013"
|
||||||
|
|
Loading…
Reference in a new issue