diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-08-31 18:51:55 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-08-31 18:51:55 (GMT) |
commit | e1604ea37594031fa5440bd9ba8d33d712ee63a0 (patch) | |
tree | 41bcef1ae22c69a1c043b21a258cb8f0f8edcc3a /SCons/Defaults.py | |
parent | b366af5f4518839fc03809c1d0ac5a3e470562ca (diff) | |
download | SCons-e1604ea37594031fa5440bd9ba8d33d712ee63a0.zip SCons-e1604ea37594031fa5440bd9ba8d33d712ee63a0.tar.gz SCons-e1604ea37594031fa5440bd9ba8d33d712ee63a0.tar.bz2 |
refactor cleanup. circular import issues resolved by moving isolated imports into the few functions they are used in rather than globally in the module
Diffstat (limited to 'SCons/Defaults.py')
-rw-r--r-- | SCons/Defaults.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/SCons/Defaults.py b/SCons/Defaults.py index b3f6d1d..c23d564 100644 --- a/SCons/Defaults.py +++ b/SCons/Defaults.py @@ -10,8 +10,6 @@ from distutils.msvccompiler. """ # -# __COPYRIGHT__ -# # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including @@ -31,7 +29,6 @@ from distutils.msvccompiler. # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" import os |