ovsdb: Remove dead Python-related code.
authorBen Pfaff <blp@nicira.com>
Tue, 18 Oct 2011 16:29:54 +0000 (09:29 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 18 Oct 2011 20:36:20 +0000 (13:36 -0700)
commit2c84fdf286a0f74246c7d2f2b824ba6fb2811930
tree80e59bb70a8f4be844883f81526fde9ef925e913
parentb1184a78452e7160db81e379783cd18937866382
ovsdb: Remove dead Python-related code.

Initial versions of commit 8cdf034974 "python: Implement write support in
Python IDL for OVSDB" converted the OVSDB schemas to Python code so that
their Python clients could just import them.  The final version instead
read the schemas from a file, but I forgot to remove some code that
generated the Python schema modules.  This commit removes that code.

Reported-by: Ethan Jackson <ethan@nicira.com>
ovsdb/automake.mk
ovsdb/ovsdb-idlc.in
tests/automake.mk