summaryrefslogtreecommitdiff
path: root/setuptools/command/egg_info.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-11-27 13:48:22 -0500
committerJason R. Coombs <jaraco@jaraco.com>2013-11-27 13:48:22 -0500
commit47f1c37d8c3cdc30b3fd98bc987925ae5ab5d15d (patch)
treeeafce92993227ed86bfccd321fb173561a0f89ca /setuptools/command/egg_info.py
parente5d09e5a60c99f8afb9c0ca0354478464a01872d (diff)
downloadpython-setuptools-bitbucket-47f1c37d8c3cdc30b3fd98bc987925ae5ab5d15d.tar.gz
Remove historical comment about compatibility.
Diffstat (limited to 'setuptools/command/egg_info.py')
-rwxr-xr-xsetuptools/command/egg_info.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py
index 9b7e6b42..5953aad4 100755
--- a/setuptools/command/egg_info.py
+++ b/setuptools/command/egg_info.py
@@ -2,7 +2,6 @@
Create a distribution's .egg-info directory and contents"""
-# This module should be kept compatible with Python 2.3
import os
import re
import sys