remove outdated comments
authorLisandro Dalcin <dalcinl@gmail.com>
Fri, 1 Apr 2011 17:50:19 +0000 (14:50 -0300)
committerLisandro Dalcin <dalcinl@gmail.com>
Fri, 1 Apr 2011 17:50:19 +0000 (14:50 -0300)
Cython/Distutils/__init__.py

index 41bf9be5e11994fc815c24ef59cf0568fbf30d77..4a24001f15fa6b82dd3c41ab172da0df1dbe2970 100644 (file)
@@ -1,12 +1,2 @@
-# July 2002, Graham Fawcett
-#
-# this hack was inspired by the way Thomas Heller got py2exe
-# to appear as a distutil command
-#
-# we replace distutils.command.build_ext with our own version
-# and keep the old one under the module name _build_ext,
-# so that *our* build_ext can make use of it.
-
 from Cython.Distutils.build_ext import build_ext
-
-# from extension import Extension
+from Cython.Distutils.extension import Extension