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