Compare commits

..

No commits in common. "c1b379e9226815be87552319f52f7e447a7b4087" and "b3d46abb917c66ef1027f7b5696255be57c11ea0" have entirely different histories.

2 changed files with 1 additions and 5 deletions

3
.gitignore vendored
View file

@ -5,7 +5,6 @@ __pycache__/
*$py.class *$py.class
*.diff *.diff
.pylint.* .pylint.*
*~
# C extensions # C extensions
*.so *.so
@ -165,5 +164,3 @@ cython_debug/
.pylint.err .pylint.err
.pylint.log .pylint.log
tox_profile_test.bash
tox_profile.sh

View file

@ -135,8 +135,7 @@ 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)
__version__ = "0.1.0" # Fix for Windows
# 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"