python: sr_config's value field is called 'data'.

This commit is contained in:
Uwe Hermann 2013-04-24 23:43:56 +02:00
parent 3124e80bfe
commit 57dd5e63ec
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class Driver(object):
key = getattr(ConfigKey, name.upper())
src = sr_config()
src.key = key.id
src.value = python_to_gvariant(value)
src.data = python_to_gvariant(value)
options.append(src.this)
option_list = python_to_gslist(options)
device_list = sr_driver_scan(self.struct, option_list)