diff options
| author | Collin Winter <collinw@gmail.com> | 2007-08-30 03:52:21 +0000 |
|---|---|---|
| committer | Collin Winter <collinw@gmail.com> | 2007-08-30 03:52:21 +0000 |
| commit | aabf8bf21c444cfae978e92e626ba7c0274a9f10 (patch) | |
| tree | a1e5042dec59dedced3c7d9e9e438a683ff23161 /__init__.py | |
| parent | 767edf21398f72156adcea6a418eba9150d06a20 (diff) | |
| download | python-setuptools-git-aabf8bf21c444cfae978e92e626ba7c0274a9f10.tar.gz | |
General cleanup, raise normalization in Lib/distutils.
Diffstat (limited to '__init__.py')
| -rw-r--r-- | __init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/__init__.py b/__init__.py index 86ad44fe..f71c3adb 100644 --- a/__init__.py +++ b/__init__.py @@ -8,8 +8,6 @@ used from a setup script as setup (...) """ -# This module should be kept compatible with Python 2.1. - __revision__ = "$Id$" # Distutils version |
