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

remove unnecessary imports

parent 939c44ec
......@@ -2,8 +2,7 @@ try:
from setuptools import setup, Extension
except ImportError:
from distutils.core import setup, Extension
from distutils.sysconfig import get_python_lib
import os, os.path
import os
import sys
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