Commit f9d09b72 authored by Anaël Beutot's avatar Anaël Beutot
Browse files

Fix bad exception name

parent 2dffb030
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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):