Skip to content

Commit 6254567

Browse files
committed
Remove workaround for emacs.
1 parent 729b180 commit 6254567

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setuptools/package_index.py

-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ def wrapper(*args, **kwargs):
217217

218218

219219
REL = re.compile(r"""<([^>]*\srel\s*=\s*['"]?([^'">]+)[^>]*)>""", re.I)
220-
# this line is here to fix emacs' cruddy broken syntax highlighting
221220

222221

223222
@unique_values

0 commit comments

Comments
 (0)