classifier: Print ARP opcode as "arp_op" instead of "opcode".
[openvswitch] / ovsdb / ovsdbmonitor / OVEStandard.py
index b9bc419c55a1b85150b7d1278df19233836d3382..23b3e66588faa8852076d25bdfc601edfb7685a3 100644 (file)
@@ -1,3 +1,4 @@
+# Copyright (c) 2011 Nicira Networks.
 # 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: