From 7fd6153720746edff4af900dc9c3579d3cde6e32 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Tue, 9 Nov 2010 20:37:39 +0000 Subject: fix some little issues. Rename gui to core, use logging lib instead of the custom debug option. Add a -d option --- src/connection.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/connection.py') diff --git a/src/connection.py b/src/connection.py index 2e74e4e1..2f016901 100644 --- a/src/connection.py +++ b/src/connection.py @@ -58,3 +58,6 @@ class Connection(sleekxmpp.ClientXMPP): else: self.connect() self.process(threaded=True) + +# Global connection object +connection = Connection() -- cgit v1.2.3