diff options
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/lib/python/indra/util/fastest_elementtree.py | 1 |
1 files changed, 1 insertions, 0 deletions
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: | |||
43 | if not use_celementree: | 43 | if not use_celementree: |
44 | raise ImportError() | 44 | raise ImportError() |
45 | # Python 2.3 and 2.4. | 45 | # Python 2.3 and 2.4. |
46 | from cElementTree import fromstring # this isn't in old versions of cElementTree | ||
46 | from cElementTree import * | 47 | from cElementTree import * |
47 | ElementTreeError = SyntaxError | 48 | ElementTreeError = SyntaxError |
48 | except ImportError: | 49 | except ImportError: |