Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorred-agent <hell.director@gmail.com>2009-09-17 12:24:58 +0400
committerred-agent <hell.director@gmail.com>2009-09-17 12:24:58 +0400
commit91e28d0ed9b00307ab55d0b1091ffd07357a2647 (patch)
tree2d8d03e8a7d9b6b5170fd62f9e43977193eb6f12
parent684662c15d66c7f3fdadcc3c5004ea65636d0ade (diff)
Removed the command that was accidently commited
-rw-r--r--src/commands/implementation.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/commands/implementation.py b/src/commands/implementation.py
index fd5e676a5..54a13b8a2 100644
--- a/src/commands/implementation.py
+++ b/src/commands/implementation.py
@@ -85,15 +85,6 @@ class CommonCommands(ChatMiddleware):
"""
self.send("/me %s" % action)
- @command(raw=True, empty=True)
- def test(self, one, two, three):
- self.echo(one)
- self.echo(two)
- self.echo(three)
-
- from pprint import pformat
- return "Locals:\n%s" % pformat(locals())
-
class ChatCommands(CommonCommands):
"""
Here defined commands will be unique to a chat. Use it as a hoster to provide