Author: justi9
Date: 2008-09-11 15:57:54 -0400 (Thu, 11 Sep 2008)
New Revision: 2450
Modified:
mgmt/trunk/mint/python/mint/schema.py
Log:
Regenerate the schema with the new reserved word map
Modified: mgmt/trunk/mint/python/mint/schema.py
===================================================================
--- mgmt/trunk/mint/python/mint/schema.py 2008-09-11 19:24:35 UTC (rev 2449)
+++ mgmt/trunk/mint/python/mint/schema.py 2008-09-11 19:57:54 UTC (rev 2450)
@@ -940,6 +940,10 @@
classToSchemaNameMap = dict()
schemaNameToClassMap = dict()
+schemaReservedWordsMap = {"in": "inRsv", "In":
"InRsv",
+ "connection": "clientConnection", "Connection":
"ClientConnection",
+ "other": "otherRsv"}
+
classToSchemaNameMap['System'] = 'System'
schemaNameToClassMap['System'] = System
Show replies by date