/[gnue]/gnue-dbtools/src/sql/commands/exit.py
ViewVC logotype

Diff of /gnue-dbtools/src/sql/commands/exit.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by jcater, Fri Sep 19 21:51:48 2003 UTC revision 1.2 by jcater, Fri Sep 26 04:28:40 2003 UTC
# Line 30  Line 30 
30  from Base import BaseCommand  from Base import BaseCommand
31    
32  class Command(BaseCommand):  class Command(BaseCommand):
33      SHORT = "Exits GNUe SQL"
34    def call(self, args):    def call(self, args):
35      pass      if not self.instance.ignoreexit:
36          self.instance.loop = 0

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26