From c1b379e9226815be87552319f52f7e447a7b4087 Mon Sep 17 00:00:00 2001 From: emdee Date: Thu, 7 Dec 2023 19:48:39 +0000 Subject: [PATCH] update --- .gitignore | 1 + tox_profile.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d3913db..fc39f48 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ __pycache__/ *$py.class *.diff .pylint.* +*~ # C extensions *.so diff --git a/tox_profile.py b/tox_profile.py index c110456..9a0948d 100644 --- a/tox_profile.py +++ b/tox_profile.py @@ -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"