projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8128cb6
)
remove outdated comments
author
Lisandro Dalcin
<dalcinl@gmail.com>
Fri, 1 Apr 2011 17:50:19 +0000
(14:50 -0300)
committer
Lisandro Dalcin
<dalcinl@gmail.com>
Fri, 1 Apr 2011 17:50:19 +0000
(14:50 -0300)
Cython/Distutils/__init__.py
patch
|
blob
|
history
diff --git
a/Cython/Distutils/__init__.py
b/Cython/Distutils/__init__.py
index 41bf9be5e11994fc815c24ef59cf0568fbf30d77..4a24001f15fa6b82dd3c41ab172da0df1dbe2970 100644
(file)
--- a/
Cython/Distutils/__init__.py
+++ b/
Cython/Distutils/__init__.py
@@
-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