Adding a debug thing for when my python-telepathy supports it
authorEd Page <eopage@byu.net>
Sun, 3 Jan 2010 01:43:58 +0000 (19:43 -0600)
committerEd Page <eopage@byu.net>
Sun, 3 Jan 2010 01:43:58 +0000 (19:43 -0600)
src/debug.py [new file with mode: 0644]

diff --git a/src/debug.py b/src/debug.py
new file mode 100644 (file)
index 0000000..c52fc63
--- /dev/null
@@ -0,0 +1,7 @@
+import telepathy
+
+
+class Debug(telepathy.server.Debug):
+
+       def __init__(self, connManager):
+               telepathy.server.Debug.__init__(self, connManager)