diff options
-rw-r--r-- | qpid/python/mllib/dom.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/python/mllib/dom.py b/qpid/python/mllib/dom.py index 5a5d017ff9..d95326d1a1 100644 --- a/qpid/python/mllib/dom.py +++ b/qpid/python/mllib/dom.py @@ -21,6 +21,10 @@ Simple DOM for both SGML and XML documents. """ +from __future__ import division +from __future__ import generators +from __future__ import nested_scopes + from transforms import Text class Container: |