Loading cloudcontrol/common/client/tags.py +1 −1 Original line number Diff line number Diff line Loading @@ -471,7 +471,7 @@ class RootTagDB(TagDB): TagDB.__init__(self, tags=tags, sub_tags=sub_tags) def set_parent(self, parent): raise NotImplemented('Cannot set parent on RootTagDB') raise NotImplementedError('Cannot set parent on RootTagDB') # RPC part def rpc_call(self, opaque, callback, remote_name, *args, **kwargs): Loading Loading
cloudcontrol/common/client/tags.py +1 −1 Original line number Diff line number Diff line Loading @@ -471,7 +471,7 @@ class RootTagDB(TagDB): TagDB.__init__(self, tags=tags, sub_tags=sub_tags) def set_parent(self, parent): raise NotImplemented('Cannot set parent on RootTagDB') raise NotImplementedError('Cannot set parent on RootTagDB') # RPC part def rpc_call(self, opaque, callback, remote_name, *args, **kwargs): Loading