summaryrefslogtreecommitdiff
path: root/lib/python2.7/distutils/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python2.7/distutils/__init__.py')
-rw-r--r--lib/python2.7/distutils/__init__.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/python2.7/distutils/__init__.py b/lib/python2.7/distutils/__init__.py
deleted file mode 100644
index 98f4bb3..0000000
--- a/lib/python2.7/distutils/__init__.py
+++ /dev/null
@@ -1,19 +0,0 @@
-"""distutils
-
-The main package for the Python Module Distribution Utilities. Normally
-used from a setup script as
-
- from distutils.core import setup
-
- setup (...)
-"""
-
-__revision__ = "$Id$"
-
-# Distutils version
-#
-# Updated automatically by the Python release process.
-#
-#--start constants--
-__version__ = "2.7.5"
-#--end constants--