From b004a32df96c5576841788e8f4aee2ad1a2c085c Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 8 Sep 2008 11:54:52 +0000 Subject: [PATCH] [Alex V. Myltsev] toggle_ipython is already in GajimRemote.commands, no need to add it twice. --- src/gajim-remote.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/gajim-remote.py b/src/gajim-remote.py index f74e1d1b6..e4ea48b3d 100755 --- a/src/gajim-remote.py +++ b/src/gajim-remote.py @@ -283,13 +283,6 @@ class GajimRemote: } - path = os.getcwd() - if '.svn' in os.listdir(path) or '_svn' in os.listdir(path): - # command only for svn - self.commands['toggle_ipython'] = [ - _('Shows or hides the ipython window'), - [] - ] self.sbus = None if self.argv_len < 2 or sys.argv[1] not in self.commands.keys(): # no args or bad args