try/except import are now handled by flake8 2.0+ / pyflakes 0.6+
This commit is contained in:
parent
a1267abfc3
commit
be3e19a203
14 changed files with 17 additions and 17 deletions
|
|
@ -21,7 +21,7 @@
|
|||
try:
|
||||
from urlparse import parse_qs
|
||||
except ImportError:
|
||||
from cgi import parse_qs # NOQA
|
||||
from cgi import parse_qs
|
||||
|
||||
from urlparse import urlsplit
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue