remove unused import
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 29 Sep 2013 11:07:10 +0000 (13:07 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 29 Sep 2013 11:07:10 +0000 (13:07 +0200)
Cython/Build/Cythonize.py

index d5f6d70..4a2c2c9 100644 (file)
@@ -2,7 +2,6 @@
 
 import os
 import sys
-import glob
 
 from distutils.core import setup
 from Cython.Build.Dependencies import cythonize, extended_iglob