Describe dummy test model. Work on OpenFlow intro.
[openvswitch] / ovsdb / ovsdbmonitor / OVEStandard.py
index b9bc419c55a1b85150b7d1278df19233836d3382..c55a881c67e55c7073714bdb9b0669e0acfb5544 100644 (file)
@@ -1,3 +1,4 @@
+# Copyright (c) 2011 Nicira, Inc.
 # Copyright (c) 2010 Citrix Systems, Inc.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
@@ -20,9 +21,9 @@ from pprint import pprint
 globalForcePySide = False
 
 try:
-    import json
+    import ovs.json
 except Exception, e:
-    print('+++ Python JSON module is required\n')
+    print('+++ OVS JSON module is required\n')
     raise
 
 try: