diff options
-rwxr-xr-x | setuptools/command/bdist_rpm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/bdist_rpm.py b/setuptools/command/bdist_rpm.py index cbc03bd1..9ca75e10 100755 --- a/setuptools/command/bdist_rpm.py +++ b/setuptools/command/bdist_rpm.py @@ -4,7 +4,7 @@ # finally, a kludge to track .rpm files for uploading when run on Python <2.5. from distutils.command.bdist_rpm import bdist_rpm as _bdist_rpm -import sys +import sys, os class bdist_rpm(_bdist_rpm): |