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

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

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

revision 1.1 by jcater, Fri Sep 26 04:28:40 2003 UTC revision 1.2 by jcater, Fri Sep 26 18:07:24 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 = "Shows the current buffer"    SHORT = _("Shows the current buffer")
34    def call(self, args=()):    def call(self, args=()):
35      i = 1      i = 1
36      for line in self.instance.lastbuffer:      for line in self.instance.lastbuffer:

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