summaryrefslogtreecommitdiff
path: root/wheel/bdist_wheel.py
diff options
context:
space:
mode:
Diffstat (limited to 'wheel/bdist_wheel.py')
-rw-r--r--wheel/bdist_wheel.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/wheel/bdist_wheel.py b/wheel/bdist_wheel.py
index edbba05..dfcc910 100644
--- a/wheel/bdist_wheel.py
+++ b/wheel/bdist_wheel.py
@@ -14,12 +14,6 @@ import json
import sys
import re
-try:
- import sysconfig
-except ImportError: # pragma nocover
- # Python < 2.7
- import distutils.sysconfig as sysconfig
-
import pkg_resources
safe_name = pkg_resources.safe_name