summaryrefslogtreecommitdiff
path: root/src/core/core.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-04-05 18:03:35 +0200
committermathieui <mathieui@mathieui.net>2014-04-05 18:03:44 +0200
commit077699d55d007d36f72b023e6bc743d3e2d8205e (patch)
tree3ca715d2d9754cef37677658988cf7a31e32a713 /src/core/core.py
parent8def5609d925c89004c906d67a7e1d3028706f32 (diff)
downloadpoezio-pubsub.tar.gz
poezio-pubsub.tar.bz2
poezio-pubsub.tar.xz
poezio-pubsub.zip
Revert "Remove the pubsub-related stuff from the main branch"pubsub
This reverts commit 8def5609d925c89004c906d67a7e1d3028706f32.
Diffstat (limited to 'src/core/core.py')
-rw-r--r--src/core/core.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/core.py b/src/core/core.py
index 9ae68c55..2ef6642d 100644
--- a/src/core/core.py
+++ b/src/core/core.py
@@ -1681,6 +1681,7 @@ class Core(object):
command_invitations = commands.command_invitations
command_quit = commands.command_quit
command_bind = commands.command_bind
+ command_pubsub = commands.command_pubsub
command_rawxml = commands.command_rawxml
command_load = commands.command_load
command_unload = commands.command_unload