summaryrefslogtreecommitdiffstats
path: root/debian/pyrex/pyrex-0.9.9/Pyrex/DistutilsOld/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'debian/pyrex/pyrex-0.9.9/Pyrex/DistutilsOld/__init__.py')
-rw-r--r--debian/pyrex/pyrex-0.9.9/Pyrex/DistutilsOld/__init__.py22
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/pyrex/pyrex-0.9.9/Pyrex/DistutilsOld/__init__.py b/debian/pyrex/pyrex-0.9.9/Pyrex/DistutilsOld/__init__.py
deleted file mode 100644
index 5033ac04..00000000
--- a/debian/pyrex/pyrex-0.9.9/Pyrex/DistutilsOld/__init__.py
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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 build_ext import build_ext
-
-
-