X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Fovsdbmonitor%2FOVEStandard.py;h=23b3e66588faa8852076d25bdfc601edfb7685a3;hb=05b8f1c2b47a64d1eee5d3fa4ab325b0784c5003;hp=b9bc419c55a1b85150b7d1278df19233836d3382;hpb=436f27dd880bd4e1e1d06ca2744c875b01b9e1c1;p=openvswitch diff --git a/ovsdb/ovsdbmonitor/OVEStandard.py b/ovsdb/ovsdbmonitor/OVEStandard.py index b9bc419c..23b3e665 100644 --- a/ovsdb/ovsdbmonitor/OVEStandard.py +++ b/ovsdb/ovsdbmonitor/OVEStandard.py @@ -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: