Skip to content
Snippets Groups Projects
Commit b004a32d authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

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

parent 93149f69
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment