diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-06-30 23:08:23 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-06-30 23:08:23 (GMT) |
commit | bb0a6f453dfdd72d4bfda33c14f790b4c6623685 (patch) | |
tree | 6ed15fcaa094bccea195f29862268d1a895c37a8 /SCons/__init__.py | |
parent | 8e18d0c324c2605936198e64d349c89082b1463d (diff) | |
download | SCons-bb0a6f453dfdd72d4bfda33c14f790b4c6623685.zip SCons-bb0a6f453dfdd72d4bfda33c14f790b4c6623685.tar.gz SCons-bb0a6f453dfdd72d4bfda33c14f790b4c6623685.tar.bz2 |
clean up sider/flake8 warnings
Diffstat (limited to 'SCons/__init__.py')
-rw-r--r-- | SCons/__init__.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/SCons/__init__.py b/SCons/__init__.py index fad85c2..8520fe0 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ __version__="3.9.9a996" __copyright__="Copyright (c) 2001 - 2020 The SCons Foundation" __developer__="bdbaddog" -__date__="2020-06-30 22:00:50" +__date__="2020-06-30 23:00:35" __buildsys__="ProDog2020" -__revision__="a61be899bd0c0e5038bcbf361873f494a0e0dd70" -__build__="a61be899bd0c0e5038bcbf361873f494a0e0dd70" +__revision__="8e18d0c324c2605936198e64d349c89082b1463d" +__build__="8e18d0c324c2605936198e64d349c89082b1463d" # make sure compatibility is always in place -import SCons.compat
\ No newline at end of file +import SCons.compat # noqa
\ No newline at end of file |