Skip to content

Commit 05ad144

Browse files
Merge pull request #2 from secondlife/fasttree
Reinstate llbase.fastest_elementtree (proxy for module in llsd)
2 parents 62985c0 + c4ea325 commit 05ad144

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

llbase/fastest_elementtree.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# The former llbase.fastest_elementtree module has migrated to the standalone
2+
# llsd package.
3+
from __future__ import absolute_import
4+
5+
from llsd.fastest_elementtree import *

0 commit comments

Comments
 (0)