mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 20:35:18 +02:00
oops
This commit is contained in:
parent
27d228caaf
commit
acd5775987
1 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
|
@ -395,9 +395,9 @@ def opts_and_exts(name, op, exts):
|
|||
try:
|
||||
print 'Setting up bash completion...',
|
||||
sys.stdout.flush()
|
||||
from libprs500.lrf.html.convert_from import parse_options as htmlop
|
||||
from libprs500.lrf.txt.convert_from import parse_options as txtop
|
||||
from libprs500.lrf.meta import parse_options as metaop
|
||||
from libprs500.ebooks.lrf.html.convert_from import parse_options as htmlop
|
||||
from libprs500.ebooks.lrf.txt.convert_from import parse_options as txtop
|
||||
from libprs500.ebooks.lrf.meta import parse_options as metaop
|
||||
f = open('/etc/bash_completion.d/libprs500', 'wb')
|
||||
f.write('# libprs500 Bash Shell Completion\n')
|
||||
f.write(opts_and_exts('html2lrf', htmlop,
|
||||
|
|
|
|||
Loading…
Reference in a new issue