[Alex V. Myltsev] toggle_ipython is already in GajimRemote.commands, no need to add it twice.

This commit is contained in:
Yann Leboulanger 2008-09-08 11:54:52 +00:00
parent 93149f6936
commit b004a32df9
1 changed files with 0 additions and 7 deletions

View File

@ -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