X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=python%2Fovs%2Fdb%2Ferror.py;h=d9217e411e71e598518d72f9dc053d19298fdc20;hb=1e3f34c7693bcabae8e443ac1b246680ef9b60e2;hp=f8635164396ad42c53fb2adad5ef1960ab1765a8;hpb=f2d8ad13e1819a6553b30ba33a28abf7603f5b9b;p=sliver-openvswitch.git diff --git a/python/ovs/db/error.py b/python/ovs/db/error.py index f86351643..d9217e411 100644 --- a/python/ovs/db/error.py +++ b/python/ovs/db/error.py @@ -1,4 +1,4 @@ -# Copyright (c) 2009, 2010, 2011 Nicira Networks +# Copyright (c) 2009, 2010, 2011 Nicira, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,6 +14,7 @@ import ovs.json + class Error(Exception): def __init__(self, msg, json=None, tag=None): self.msg = msg