mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-03 18:54:28 +01:00
This commit is contained in:
parent
45903db4c9
commit
da51c78758
1 changed files with 1 additions and 5 deletions
|
|
@ -19,11 +19,7 @@
|
|||
#
|
||||
|
||||
import sys, os
|
||||
|
||||
try:
|
||||
from elementtree.ElementTree import ElementTree
|
||||
except ImportError:
|
||||
from xml.etree.ElementTree import ElementTree
|
||||
from xml.etree.ElementTree import ElementTree
|
||||
|
||||
from libprs500.ebooks.lrf.pylrs.pylrs import \
|
||||
Book, StyleDefault, BookSetting, \
|
||||
|
|
|
|||
Loading…
Reference in a new issue