From 8acb88fc90ccac27b9bddbeed6afdf6494203392 Mon Sep 17 00:00:00 2001 From: Antoine Millet Date: Mon, 27 Dec 2010 12:13:53 +0100 Subject: [PATCH] Whitespace. --- ccserver/handlers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ccserver/handlers.py b/ccserver/handlers.py index e59b217..815b21f 100644 --- a/ccserver/handlers.py +++ b/ccserver/handlers.py @@ -212,6 +212,7 @@ class ClientHandler(OnlineCCHandler): def proxy_client(self, login, command, *args, **kwargs): client = self._server.get_connection(login) return client.connection.call(command, *args, **kwargs) + class AuthenticationError(Exception): pass -- GitLab