From faf8adec808ff9dfdf50c7f0a2d13030cc2b4286 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Wed, 1 Aug 2007 04:45:06 +0000 Subject: added future imports for jython git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@561654 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/mllib/dom.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/python') 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: -- cgit v1.2.1