diff options
Diffstat (limited to 'sysconfig.py')
| -rw-r--r-- | sysconfig.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysconfig.py b/sysconfig.py index 01ee5197..37feae5d 100644 --- a/sysconfig.py +++ b/sysconfig.py @@ -15,7 +15,6 @@ import re import sys from .errors import DistutilsPlatformError -from .util import get_platform, get_host_platform # These are needed in a couple of spots, so just compute them once. PREFIX = os.path.normpath(sys.prefix) |
