diff options
Diffstat (limited to 'Lib/distutils/spawn.py')
-rw-r--r-- | Lib/distutils/spawn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/spawn.py b/Lib/distutils/spawn.py index 9a88ac8..847346c 100644 --- a/Lib/distutils/spawn.py +++ b/Lib/distutils/spawn.py @@ -5,7 +5,7 @@ specific functions for launching another program in a sub-process.""" # created 1999/07/24, Greg Ward -__rcsid__ = "$Id$" +__revision__ = "$Id$" import sys, os, string from distutils.errors import * |