Go to file
Uri Lublin 53f7f543f9 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
build-aux build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
common ppc: Fix quic magic endianess 2015-07-02 13:31:28 +02:00
m4 m4: Add compat AS_VAR_APPEND for older autoconf 2015-07-02 17:02:21 +02:00
python_modules codegen: ptypes.py: keep attribute names in sets 2015-08-04 20:10:22 +03:00
spice-protocol@cd78176038 Update spice-protocol submodule 2015-07-29 17:30:09 +02:00
.gitmodules build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
autogen.sh configure.ac: Check for needed python modules for git builds 2015-04-13 13:08:11 +02:00
configure.ac m4: Add compat AS_VAR_APPEND for older autoconf 2015-07-02 17:02:21 +02:00
COPYING Be explicit about spice-common license 2013-10-23 11:41:43 -05:00
git.mk Update git.mk to latest version 2012-09-21 10:51:17 +02:00
Makefile.am spice-common: don't install spice-protocol 2012-08-09 12:44:41 +02:00
spice1.proto proto: Remove space before tab 2015-07-20 20:55:47 +02:00
spice_codegen.py codegen: Fix enums.h generation with python3 2015-07-23 10:29:10 +02:00
spice.proto proto: Remove space before tab 2015-07-20 20:55:47 +02:00