[pytango] 27/98: Implement TANGO enumeration type (server)

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:17:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to tag v9.2.0
in repository pytango.

commit a3245f758f322240180bed1c213016d338c6fa81
Author: Jose Tiago Coutinho Macara <tiago.coutinho at esrf.fr>
Date:   Mon Dec 14 11:27:04 2015 +0100

    Implement TANGO enumeration type (server)
---
 src/boost/python/device_server.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/boost/python/device_server.py b/src/boost/python/device_server.py
index 1ecaf0b..442b777 100644
--- a/src/boost/python/device_server.py
+++ b/src/boost/python/device_server.py
@@ -26,11 +26,11 @@ __docformat__ = "restructuredtext"
 
 import copy
 
-from ._PyTango import DeviceImpl, Device_3Impl, Device_4Impl, \
+from ._PyTango import DeviceImpl, Device_3Impl, Device_4Impl, Device_5Impl, \
     DevFailed, Attribute, WAttribute, \
     MultiAttribute, MultiClassAttribute, \
     Attr, Logger, AttrWriteType, PipeWriteType, AttrDataFormat, \
-    DispLevel, UserDefaultAttrProp
+    DispLevel, UserDefaultAttrProp, StdStringVector
 
 from .utils import document_method as __document_method
 from .utils import copy_doc
@@ -637,7 +637,7 @@ def __UserDefaultAttrProp_set_enum_labels(self, enum_labels):
         Parameters :
             - enum_labels : (seq<str>) list of enumeration labels
 
-        New in PyTango 9.2.0
+        New in PyTango 9.1.0
     """
     elbls = StdStringVector()
     for enu in enum_labels:

-- 
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