diff options
Diffstat (limited to 'setuptools')
-rwxr-xr-x | setuptools/command/egg_info.py | 1 |
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 |