diff options
| author | tarek <devnull@localhost> | 2010-02-21 22:33:29 -0500 |
|---|---|---|
| committer | tarek <devnull@localhost> | 2010-02-21 22:33:29 -0500 |
| commit | 9afb263036afa5b38d15591448b5ed7c49162e82 (patch) | |
| tree | 2991d13cc2a57602246882d668977df333f867d9 /src/distutils2/spawn.py | |
| parent | dea28b9288bf473c48d05815fcf306399eadc9fe (diff) | |
| download | disutils2-9afb263036afa5b38d15591448b5ed7c49162e82.tar.gz | |
renamed distutils to distutils2 -- wow thanks Rope
Diffstat (limited to 'src/distutils2/spawn.py')
| -rw-r--r-- | src/distutils2/spawn.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/distutils2/spawn.py b/src/distutils2/spawn.py index 3e93217..a875459 100644 --- a/src/distutils2/spawn.py +++ b/src/distutils2/spawn.py @@ -11,8 +11,8 @@ __revision__ = "$Id: spawn.py 73147 2009-06-02 15:58:43Z tarek.ziade $" import sys import os -from distutils.errors import DistutilsPlatformError, DistutilsExecError -from distutils import log +from distutils2.errors import DistutilsPlatformError, DistutilsExecError +from distutils2 import log def spawn(cmd, search_path=1, verbose=0, dry_run=0): """Run another program, specified as a command list 'cmd', in a new process. |
