aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/egg_info.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/command/egg_info.py')
-rwxr-xr-xsetuptools/command/egg_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py
index 5863d2d4..b283b28a 100755
--- a/setuptools/command/egg_info.py
+++ b/setuptools/command/egg_info.py
@@ -231,7 +231,7 @@ class egg_info(Command):
else:
try: svnver = int(data.splitlines()[0])
except: svnver=-1
- if data<8:
+ if svnver<8:
log.warn("unrecognized .svn/entries format; skipping %s", base)
dirs[:] = []
continue