[pytango] 46/98: - put_device_property() bug fixed
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:17:43 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 62e0b32e2ee63d78c1e6147898ae6f6dad499f73
Author: Jairo Moldes Fuentes <jmoldes at cells.es>
Date: Mon Jun 6 12:47:05 2016 +0200
- put_device_property() bug fixed
---
src/boost/python/utils.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/boost/python/utils.py b/src/boost/python/utils.py
index 62051ac..a5d6815 100644
--- a/src/boost/python/utils.py
+++ b/src/boost/python/utils.py
@@ -313,7 +313,7 @@ except NameError:
__int_klasses = int,
__number_klasses = numbers.Number,
-__seq_klasses = collections.Sequence, bytearray
+__seq_klasses = collections.Sequence, bytearray, StdStringVector
__use_unicode = False
try:
--
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