mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-24 20:43:24 +02:00
...
This commit is contained in:
parent
f2c74e9570
commit
8cbdc8cbde
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[flake8]
|
||||
max-line-length = 160
|
||||
builtins = _,dynamic_property,__,P,I,lopen,icu_lower,icu_upper,icu_title,ngettext
|
||||
ignore = E12,E22,E231,E301,E302,E304,E401,W391
|
||||
ignore = E12,E203,E22,E231,E241,E301,E302,E304,E401,W391
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -63,7 +63,7 @@ def main(args=sys.argv):
|
|||
|
||||
parser = option_parser()
|
||||
command.add_all_options(parser)
|
||||
parser.set_usage('Usage: python setup.py %s [options]\n\n'%args[1]+\
|
||||
parser.set_usage('Usage: python setup.py %s [options]\n\n'%args[1]+
|
||||
command.description)
|
||||
|
||||
opts, args = parser.parse_args(args)
|
||||
|
|
|
|||
Loading…
Reference in a new issue