diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-08-31 23:11:02 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-08-31 23:11:02 +0000 |
commit | e84b23d1ad7dcb3afa3754ff3b1c1eca27a90548 (patch) | |
tree | c56b10c3ba46be749755b201ba69a72c1891fb28 /src/handler.py | |
parent | d2fef9112d71c7cee2b5a29cb5887e37fb3c990e (diff) | |
download | poezio-e84b23d1ad7dcb3afa3754ff3b1c1eca27a90548.tar.gz poezio-e84b23d1ad7dcb3afa3754ff3b1c1eca27a90548.tar.bz2 poezio-e84b23d1ad7dcb3afa3754ff3b1c1eca27a90548.tar.xz poezio-e84b23d1ad7dcb3afa3754ff3b1c1eca27a90548.zip |
Switch to Sleekxmpp. fixed #1768
Diffstat (limited to 'src/handler.py')
-rw-r--r-- | src/handler.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/handler.py b/src/handler.py index a8bebe23..5542a7a1 100644 --- a/src/handler.py +++ b/src/handler.py @@ -17,6 +17,8 @@ from singleton import Singleton +#Todo, it's not a singleton. Oh, also, remove-me + class Handler(Singleton): """ This class is the global handler for the software's signals. |