[pytango] 49/483: allow compatibility with python 2.5
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.
commit b83dccb1cd091a2e0a05374217e731cfdcb77ffc
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date: Thu Oct 27 14:33:09 2011 +0000
allow compatibility with python 2.5
git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@18204 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
PyTango/device_proxy.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/PyTango/device_proxy.py b/PyTango/device_proxy.py
index 7bb46ee..5d9adc4 100644
--- a/PyTango/device_proxy.py
+++ b/PyTango/device_proxy.py
@@ -25,6 +25,8 @@
This is an internal PyTango module.
"""
+from __future__ import with_statement
+
__all__ = []
__docformat__ = "restructuredtext"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git
More information about the debian-science-commits
mailing list