And also that

This commit is contained in:
Florent Le Coz 2011-01-11 02:53:45 +01:00
parent 6b3fdec468
commit f7102ae33d

View file

@ -1310,8 +1310,6 @@ class Core(object):
return return
else: else:
self.information(_("unknown command (%s)") % (command), _('Error')) self.information(_("unknown command (%s)") % (command), _('Error'))
else:
self.command_say(line)
def doupdate(self): def doupdate(self):
self.current_tab().just_before_refresh() self.current_tab().just_before_refresh()