File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1370,8 +1370,8 @@ def main():
13701370
13711371 parts = ["SCons by Steven Knight et al.:\n " ]
13721372 try :
1373- import __main__
1374- parts .append (version_string ("SCons" , __main__ ))
1373+ import SCons
1374+ parts .append (version_string ("SCons" , SCons ))
13751375 except (ImportError , AttributeError ):
13761376 # On Windows there is no scons.py, so there is no
13771377 # __main__.__version__, hence there is no script version.
Original file line number Diff line number Diff line change 11__version__ = "4.0.0"
22__copyright__ = "Copyright (c) 2001 - 2020 The SCons Foundation"
33__developer__ = "bdbaddog"
4- __date__ = "2020-07-04 21:25:16 "
4+ __date__ = "2020-07-04 22:22:39 "
55__buildsys__ = "ProDog2020"
6- __revision__ = "d61fcebe8bdbdc576157109494d2a776ae134bc1 "
7- __build__ = "d61fcebe8bdbdc576157109494d2a776ae134bc1 "
6+ __revision__ = "074c847ad977b777f6b1580e24b14cf92b2f06d8 "
7+ __build__ = "074c847ad977b777f6b1580e24b14cf92b2f06d8 "
88# make sure compatibility is always in place
99import SCons .compat # noqa
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ packages = find:
5050
5151
5252[options.packages.find]
53- include =SCons.*
54- exclude =template
53+ ; include=SCons.*
54+ exclude =template
5555
5656[options.entry_points]
5757console_scripts =
You can’t perform that action at this time.
0 commit comments