Commit 41356d0b authored by Anael Beutot's avatar Anael Beutot
Browse files

Minor refactor.

parent 9acb8df6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ from ccnode.exc import PluginError
logger = logging.getLogger(__name__)


DEFAULT_TAGS = (Tag(u'version', __version__, -1),)
DEFAULT_TAGS = (Tag(u'version', __version__),)


class RPCHandler(object):