branch | stable |
changeset 4952 | f32dcf3925d4 |
parent 4935 | f710770e6e90 |
child 5195 | e8235b2789fc |
child 5421 | 8167de96c523 |
--- a/web/views/basetemplates.py Thu Mar 18 17:37:55 2010 +0100 +++ b/web/views/basetemplates.py Thu Mar 18 23:22:40 2010 +0100 @@ -270,7 +270,7 @@ if can_do_pdf_conversion(): try: - from xml.etree.cElementTree import ElementTree + from xml.etree.cElementTree import ElementTree except ImportError: #python2.4 from elementtree import ElementTree from subprocess import Popen as sub