spice-protocol-pxvdi/python_modules
Uri Lublin 1d026b9a71 codegen: ptypes.py: keep attribute names in sets
This patch changes the type of 'valid_attributes' and
'attributes_with_arguments'.
Both of them are list of different strings and are kept in sets.

This was the intention of the original code, but this patch
use a specific set([ strings ]) format, instead of { strings }.

This fixes the build for me on RHEL-6 (python-2.6.6).
Build error is:

File "/home/ulublin/git/spice/spice-common/python_modules/ptypes.py",
line 67
      'end',
           ^
SyntaxError: invalid syntax
2015-08-04 20:10:22 +03:00
..
__init__.py Initial import of spice protocol description and demarshall generator 2012-03-20 15:25:43 +01:00
codegen.py codegen: Allow to specify C type for index variable 2015-07-23 11:22:11 +02:00
demarshal.py Make spice_codegen.py work on both Python 2 and 3 2015-04-01 13:39:03 +02:00
Makefile.am build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
marshal.py codegen: Simplify if/else blocks 2015-07-23 11:11:03 +02:00
ptypes.py codegen: ptypes.py: keep attribute names in sets 2015-08-04 20:10:22 +03:00
spice_parser.py codegen: Remove duplicate variable initialization 2015-07-23 11:11:44 +02:00