diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-11-04 13:28:09 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-11-04 13:28:09 -0400 |
| commit | 6254567c6ae323bb8ce19a6930ae3cc5f7fb25cc (patch) | |
| tree | bdb5a81c3b71b2eb44100b343b6ee2d93493c0c7 /setuptools | |
| parent | 729b180e926634930c21ccce5558780d42707763 (diff) | |
| download | python-setuptools-git-6254567c6ae323bb8ce19a6930ae3cc5f7fb25cc.tar.gz | |
Remove workaround for emacs.
Diffstat (limited to 'setuptools')
| -rw-r--r-- | setuptools/package_index.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/package_index.py b/setuptools/package_index.py index 2b11f454..1b4231e1 100644 --- a/setuptools/package_index.py +++ b/setuptools/package_index.py @@ -217,7 +217,6 @@ def unique_values(func): REL = re.compile(r"""<([^>]*\srel\s*=\s*['"]?([^'">]+)[^>]*)>""", re.I) -# this line is here to fix emacs' cruddy broken syntax highlighting @unique_values |
