spice-protocol-pxvdi/python_modules
Christophe Fergeau 3cc9566a00 codegen: Use six.PY3 rather than six.PY2
Older versions of python-six (at least 1.3.0) defined six.PY3 but not
six.PY2. six.PY2 is only used twice in straightforward tests so it's
easy to use six.PY3 instead.
2015-04-14 16:08:43 +02:00
..
__init__.py Initial import of spice protocol description and demarshall generator 2012-03-20 15:25:43 +01:00
codegen.py codegen: Use six.PY3 rather than six.PY2 2015-04-14 16:08:43 +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 Make spice_codegen.py work on both Python 2 and 3 2015-04-01 13:39:03 +02:00
ptypes.py Make spice_codegen.py work on both Python 2 and 3 2015-04-01 13:39:03 +02:00
spice_parser.py Make spice_codegen.py work on both Python 2 and 3 2015-04-01 13:39:03 +02:00