Skip to content
Snippets Groups Projects
Commit 2e25f0f3 authored by Jean-Christophe Fillion-Robin's avatar Jean-Christophe Fillion-Robin
Browse files

STYLE: src/Admin: Remove unused imports

Former-commit-id: 6c796423
parent c80241c2
No related branches found
No related tags found
No related merge requests found
[flake8]
exclude =
src/Admin/
max-line-length = 150
ignore =
# E111 indentation is not a multiple of four
E111,
......@@ -8,10 +7,6 @@ ignore =
E114,
# E122 continuation line missing indentation or outdented
E122,
# E123 closing bracket does not match indentation of opening bracket's line
E123,
# E126 continuation line over-indented for hanging indent
E126,
# E127 continuation line over-indented for visual indent
E127,
# E131 continuation line unaligned for hanging indent
......@@ -30,14 +25,8 @@ ignore =
E221,
# E225 missing whitespace around operator
E225,
# E226 missing whitespace around arithmetic operator
E226,
# E231 missing whitespace after ','
E231,
# E241 multiple spaces after '
E241,
# E241 multiple spaces after ','
E241,
# E251 unexpected spaces around keyword / parameter equals
E251,
# E261 at least two spaces before inline comment
......
......@@ -17,9 +17,7 @@
"""
import os.path
import sys
import string
import getopt
import urllib2
import urlparse
......@@ -27,8 +25,6 @@ from HTMLParser import HTMLParser
from HTMLParser import HTMLParseError
import xml.sax.saxutils
import robotparser
import re
import httplib
helpText = """sitemap_gen.py version 1.1.0 (2009-09-05)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment