Commit 901f7939 authored by Stefan Behnel's avatar Stefan Behnel

remove unnecessary imports

parent 939c44ec
...@@ -2,8 +2,7 @@ try: ...@@ -2,8 +2,7 @@ try:
from setuptools import setup, Extension from setuptools import setup, Extension
except ImportError: except ImportError:
from distutils.core import setup, Extension from distutils.core import setup, Extension
from distutils.sysconfig import get_python_lib import os
import os, os.path
import sys import sys
try: try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment