From 2dd2e32d705bfa603dc726d314fd43a7d6b24f55 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Mon, 17 Oct 2011 20:28:50 -0700 Subject: Check to make sure the version of cElementTree is really compatible with the version of python we expect --- linden/indra/lib/python/indra/util/fastest_elementtree.py | 1 + 1 file changed, 1 insertion(+) diff --git a/linden/indra/lib/python/indra/util/fastest_elementtree.py b/linden/indra/lib/python/indra/util/fastest_elementtree.py index 3e2189c..0e92545 100644 --- a/linden/indra/lib/python/indra/util/fastest_elementtree.py +++ b/linden/indra/lib/python/indra/util/fastest_elementtree.py @@ -43,6 +43,7 @@ try: if not use_celementree: raise ImportError() # Python 2.3 and 2.4. + from cElementTree import fromstring # this isn't in old versions of cElementTree from cElementTree import * ElementTreeError = SyntaxError except ImportError: -- cgit v1.1