diff options
| author | Steven Knight <knight@baldmt.com> | 2003-10-18 19:22:25 (GMT) |
|---|---|---|
| committer | Steven Knight <knight@baldmt.com> | 2003-10-18 19:22:25 (GMT) |
| commit | e48bef4f0520f04d71dfa2654621f3aa8a4fabe9 (patch) | |
| tree | eb654ea23be6a82f3a29d8b451e652d9cd2e883b /src/engine/SCons/Executor.py | |
| parent | 528ebad33f8ecbe8401ef779ce64648a7de0851a (diff) | |
| download | SCons-e48bef4f0520f04d71dfa2654621f3aa8a4fabe9.zip SCons-e48bef4f0520f04d71dfa2654621f3aa8a4fabe9.tar.gz SCons-e48bef4f0520f04d71dfa2654621f3aa8a4fabe9.tar.bz2 | |
Allow SConsignFile() to take a dbm module argument; portability fixes. (Ralf W. Grosse-Kunstleve) Make ParseConfig() and env.Append() work regardless of initial construction variable values. Make new Dir() support work with empty directories and timestamps. Make the new Queue-based Job implementation portable to Python 1.5.2.
Diffstat (limited to 'src/engine/SCons/Executor.py')
| -rw-r--r-- | src/engine/SCons/Executor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Executor.py b/src/engine/SCons/Executor.py index 2b4e634..12dfcc7 100644 --- a/src/engine/SCons/Executor.py +++ b/src/engine/SCons/Executor.py @@ -138,4 +138,4 @@ class Executor: course (only files do), but this is the interface used by the timestamp module. """ - return None + return 0 |
