From: Lisandro Dalcin Date: Fri, 1 Apr 2011 17:50:19 +0000 (-0300) Subject: remove outdated comments X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1e1ea3fc552131e7216d4a4ca09c5f57c1861b60;p=cython.git remove outdated comments --- diff --git a/Cython/Distutils/__init__.py b/Cython/Distutils/__init__.py index 41bf9be5..4a24001f 100644 --- 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