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/command/build_scripts.py | |
| parent | dea28b9288bf473c48d05815fcf306399eadc9fe (diff) | |
| download | disutils2-9afb263036afa5b38d15591448b5ed7c49162e82.tar.gz | |
renamed distutils to distutils2 -- wow thanks Rope
Diffstat (limited to 'src/distutils2/command/build_scripts.py')
| -rw-r--r-- | src/distutils2/command/build_scripts.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/distutils2/command/build_scripts.py b/src/distutils2/command/build_scripts.py index 1a2fc8b..aae0cb9 100644 --- a/src/distutils2/command/build_scripts.py +++ b/src/distutils2/command/build_scripts.py @@ -6,10 +6,10 @@ __revision__ = "$Id: build_scripts.py 77704 2010-01-23 09:23:15Z tarek.ziade $" import os, re from stat import ST_MODE -from distutils.core import Command -from distutils.dep_util import newer -from distutils.util import convert_path -from distutils import log +from distutils2.core import Command +from distutils2.dep_util import newer +from distutils2.util import convert_path +from distutils2 import log # check if Python is called on the first line with this expression first_line_re = re.compile('^#!.*python[0-9.]*([ \t].*)?$') |
