This commit is contained in:
Kovid Goyal 2008-01-14 22:24:00 +00:00
parent 45903db4c9
commit da51c78758

View File

@ -19,11 +19,7 @@
# #
import sys, os import sys, os
from xml.etree.ElementTree import ElementTree
try:
from elementtree.ElementTree import ElementTree
except ImportError:
from xml.etree.ElementTree import ElementTree
from libprs500.ebooks.lrf.pylrs.pylrs import \ from libprs500.ebooks.lrf.pylrs.pylrs import \
Book, StyleDefault, BookSetting, \ Book, StyleDefault, BookSetting, \