Loading ccserver/handlers.py +4 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ from ccserver.conf import CCConf from ccserver.exceptions import (AlreadyRegistered, AuthenticationError, RightError, ReservedTagError, BadObjectError, BadRoleError, NotConnectedAccountError) from ccserver import __version__ def listed(func): func.__listed__ = True Loading Loading @@ -70,6 +71,9 @@ class CCHandler(RpcHandler): return cmd_list def version(self, conn): return __version__ class OnlineCCHandler(CCHandler): Loading Loading
ccserver/handlers.py +4 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ from ccserver.conf import CCConf from ccserver.exceptions import (AlreadyRegistered, AuthenticationError, RightError, ReservedTagError, BadObjectError, BadRoleError, NotConnectedAccountError) from ccserver import __version__ def listed(func): func.__listed__ = True Loading Loading @@ -70,6 +71,9 @@ class CCHandler(RpcHandler): return cmd_list def version(self, conn): return __version__ class OnlineCCHandler(CCHandler): Loading