diff options
author | Steven Knight <knight@baldmt.com> | 2004-08-18 05:40:04 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-08-18 05:40:04 (GMT) |
commit | d2ae30081e82d18f88a752b3c7b8a26f944314e8 (patch) | |
tree | 7b5ac99e271b0af2ee8f743a903938c8d470aee7 /src/engine/SCons | |
parent | 934d0ae6ee48b6c1639faa1a4366c50b078091eb (diff) | |
download | SCons-d2ae30081e82d18f88a752b3c7b8a26f944314e8.zip SCons-d2ae30081e82d18f88a752b3c7b8a26f944314e8.tar.gz SCons-d2ae30081e82d18f88a752b3c7b8a26f944314e8.tar.bz2 |
Fix __COPYRIGHT__ and __REVISION__ in new Darwin module.
Diffstat (limited to 'src/engine/SCons')
-rw-r--r-- | src/engine/SCons/Platform/darwin.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/engine/SCons/Platform/darwin.py b/src/engine/SCons/Platform/darwin.py index c239c4a..3f9b796 100644 --- a/src/engine/SCons/Platform/darwin.py +++ b/src/engine/SCons/Platform/darwin.py @@ -8,7 +8,7 @@ selection method. """ # -# Copyright (c) 2001, 2002, 2003, 2004 Steven Knight +# __COPYRIGHT__ # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -30,6 +30,8 @@ selection method. # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # +__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" + import posix import os |