aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/inlinepatterns.py
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2012-11-09 10:37:06 +0400
committerDmitry Shachnev <mitya57@gmail.com>2012-11-09 12:31:43 +0400
commit1b4172ca6c8b3ef4931aaae15704b8f59325f322 (patch)
tree8cfa4a0cd53525979f11b51ce630f16d470141e3 /markdown/inlinepatterns.py
parentc59ce15cf6aaa772f74c4c040392c2d838f5bb2e (diff)
downloadmarkdown-1b4172ca6c8b3ef4931aaae15704b8f59325f322.tar.gz
markdown-1b4172ca6c8b3ef4931aaae15704b8f59325f322.tar.bz2
markdown-1b4172ca6c8b3ef4931aaae15704b8f59325f322.zip
Fix all pyflakes unused-import/unused-variable warnings
Diffstat (limited to 'markdown/inlinepatterns.py')
-rw-r--r--markdown/inlinepatterns.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/markdown/inlinepatterns.py b/markdown/inlinepatterns.py
index ab7b4c6..d0f4490 100644
--- a/markdown/inlinepatterns.py
+++ b/markdown/inlinepatterns.py
@@ -45,7 +45,6 @@ import util
import odict
import re
from urlparse import urlparse, urlunparse
-import sys
# If you see an ImportError for htmlentitydefs after using 2to3 to convert for
# use by Python3, then you are probably using the buggy version from Python 3.0.
# We recomend using the tool from Python 3.1 even if you will be running the