restructured a bit
This commit is contained in:
parent
e8462537d3
commit
551935b32d
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class Exit(CommandBase, object):
|
||||||
return self._canExit
|
return self._canExit
|
||||||
|
|
||||||
def do_exit(self, text):
|
def do_exit(self, text):
|
||||||
self.exit = True
|
self.set_can_exit()
|
||||||
return self.can_exit()
|
return self.can_exit()
|
||||||
|
|
||||||
def help_exit(self):
|
def help_exit(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue