commit | 39f25fedce0c9e06419a7bf9d83525ad073e77ff | [log] [tgz] |
---|---|---|
author | niemeyer | Thu Dec 22 19:57:00 2005 +0000 |
committer | niemeyer | Thu Dec 22 19:57:00 2005 +0000 |
tree | 30c3d1765f48c9330302c0cf627d6a1084658c3d | |
parent | 0a33cd830f9d675cc2252b996ae2ea4d71be16e7 [diff] [blame] |
Import reordering.
diff --git a/setup.py b/setup.py index df1a252..17345e5 100644 --- a/setup.py +++ b/setup.py
@@ -1,9 +1,9 @@ #!/usr/bin/python from distutils.sysconfig import get_python_lib from distutils.core import setup +from os.path import isfile, join import glob import os -from os.path import isfile, join if isfile("MANIFEST"): os.unlink("MANIFEST")