Commit 559c85e2 authored by Jason R. Coombs's avatar Jason R. Coombs

Add the import, omitted from the previous commit.

parent 4c466d70
...@@ -2,6 +2,12 @@ ...@@ -2,6 +2,12 @@
CHANGES CHANGES
======= =======
-----
1.1.3
-----
* Fix NameError in previous patch.
----- -----
1.1.2 1.1.2
----- -----
......
...@@ -22,6 +22,7 @@ from setuptools.compat import filterfalse ...@@ -22,6 +22,7 @@ from setuptools.compat import filterfalse
from fnmatch import translate from fnmatch import translate
from setuptools.py24compat import hashlib from setuptools.py24compat import hashlib
from setuptools.py24compat import wraps from setuptools.py24compat import wraps
from setuptools.py26compat import strip_fragment
from setuptools.py27compat import get_all_headers from setuptools.py27compat import get_all_headers
EGG_FRAGMENT = re.compile(r'^egg=([-A-Za-z0-9_.]+)$') EGG_FRAGMENT = re.compile(r'^egg=([-A-Za-z0-9_.]+)$')
......
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