From 20b7d165c5702b8b29e6d515c233f1927fffc2f8 Mon Sep 17 00:00:00 2001
From: Nikos Kouremenos <kourem@gmail.com>
Date: Sat, 8 Sep 2007 23:52:52 +0000
Subject: [PATCH] yeah nothing as usual :/

---
 src/common/connection_handlers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py
index bc5d28103e..9e3c5c9a02 100644
--- a/src/common/connection_handlers.py
+++ b/src/common/connection_handlers.py
@@ -1187,7 +1187,7 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco,
 		ConnectionBytestream.__init__(self)
 		ConnectionCommands.__init__(self)
 		ConnectionPubSub.__init__(self)
-		self.gmail_url=None
+		self.gmail_url = None
 		# List of IDs we are waiting answers for {id: (type_of_request, data), }
 		self.awaiting_answers = {}
 		# List of IDs that will produce a timeout is answer doesn't arrive
-- 
GitLab