summaryrefslogtreecommitdiff
path: root/qpid/python/mllib
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2007-08-01 04:45:06 +0000
committerRafael H. Schloming <rhs@apache.org>2007-08-01 04:45:06 +0000
commitfaf8adec808ff9dfdf50c7f0a2d13030cc2b4286 (patch)
treef9a38f36916d5ce40eaa24bc1a8ca8ec348d40c5 /qpid/python/mllib
parentc06860ce45b4f52be1ba934fd4d92da10c9cc25f (diff)
downloadqpid-python-faf8adec808ff9dfdf50c7f0a2d13030cc2b4286.tar.gz
added future imports for jython
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@561654 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/mllib')
-rw-r--r--qpid/python/mllib/dom.py4
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: