diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2007-08-01 04:45:06 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2007-08-01 04:45:06 +0000 |
| commit | d1a5a79afe0859556890e0d5784d9663440d39f9 (patch) | |
| tree | b10ee8323bd5530aa45173a70b017d3d4395b767 /python | |
| parent | 902481c5caf3a72538586a68cb779ddb9aa60c58 (diff) | |
| download | qpid-python-d1a5a79afe0859556890e0d5784d9663440d39f9.tar.gz | |
added future imports for jython
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@561654 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
| -rw-r--r-- | python/mllib/dom.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/mllib/dom.py b/python/mllib/dom.py index 5a5d017ff9..d95326d1a1 100644 --- a/python/mllib/dom.py +++ b/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: |
