From 0366e7395c97e51b8a6294c10176bef73e1bdcf7 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 26 May 2010 12:19:58 +0200 Subject: Initial import of spice protocol description and demarshall generator The "spice.proto" file describes in detail the networking prototcol that spice uses and spice_codegen.py can parse this and generate demarshallers for such network messages. --- python_modules/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 python_modules/__init__.py (limited to 'python_modules/__init__.py') diff --git a/python_modules/__init__.py b/python_modules/__init__.py new file mode 100644 index 00000000..e69de29b -- cgit