summaryrefslogtreecommitdiff
path: root/src/distutils2/command/cmd.py
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2010-07-25 00:00:54 +0200
committerTarek Ziade <tarek@ziade.org>2010-07-25 00:00:54 +0200
commita032ea79cfb7e69c8c245304496a2c352c5297b9 (patch)
tree0f4fdfdf9a19979e31cb52aef6735d2859f9c3fd /src/distutils2/command/cmd.py
parent654e7f1711d1208c3733edd71287493304fc6f29 (diff)
downloaddisutils2-a032ea79cfb7e69c8c245304496a2c352c5297b9.tar.gz
merged spawn into util
Diffstat (limited to 'src/distutils2/command/cmd.py')
-rw-r--r--src/distutils2/command/cmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/distutils2/command/cmd.py b/src/distutils2/command/cmd.py
index ea001b3..fa6f281 100644
--- a/src/distutils2/command/cmd.py
+++ b/src/distutils2/command/cmd.py
@@ -411,7 +411,7 @@ class Command(object):
def spawn(self, cmd, search_path=1, level=1):
"""Spawn an external command respecting dry-run flag."""
- from distutils2.spawn import spawn
+ from distutils2.util import spawn
spawn(cmd, search_path, dry_run= self.dry_run)
def make_archive(self, base_name, format, root_dir=None, base_dir=None,