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
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, \