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

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

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

revision 1.2 by jcater, Fri Sep 26 04:28:40 2003 UTC revision 1.3 by jcater, Fri Sep 26 18:07:24 2003 UTC
# Line 32  from Base import BaseCommand Line 32  from Base import BaseCommand
32  import tempfile, os, sys, string  import tempfile, os, sys, string
33    
34  class Command(BaseCommand):  class Command(BaseCommand):
35    SHORT = "Opens the current buffer in an external editor"    SHORT = _("Opens the current buffer in an external editor")
36    def call(self, args):    def call(self, args):
37      file = tempfile.mktemp()      file = tempfile.mktemp()
38    

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

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