Commit 2b488162 authored by Jason R. Coombs's avatar Jason R. Coombs

Restore Python 2.4 compatible syntax

--HG--
branch : distribute
parent 33c71453
......@@ -12,7 +12,7 @@ except ImportError:
from md5 import md5
from fnmatch import translate
from .py24compat import wraps
from setuptools.py24compat import wraps
EGG_FRAGMENT = re.compile(r'^egg=([-A-Za-z0-9_.]+)$')
HREF = re.compile("""href\\s*=\\s*['"]?([^'"> ]+)""", re.I)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment