setup: remove unused import

This commit is contained in:
Mathieu Virbel 2011-01-14 00:16:20 +01:00
parent 25b9777b1b
commit c265f1c88f
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ import sys
import shutil import shutil
from os.path import join, dirname, realpath, sep from os.path import join, dirname, realpath, sep
from os import walk from os import walk
from glob import glob
from distutils.core import setup from distutils.core import setup
from distutils.extension import Extension from distutils.extension import Extension