commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/forms/utils gfd04to05.py


From: Jason Cater
Subject: gnue/forms/utils gfd04to05.py
Date: Tue, 01 Apr 2003 23:38:26 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    03/04/01 23:38:26

Modified files:
        forms/utils    : gfd04to05.py 

Log message:
        better file naming

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/utils/gfd04to05.py.diff?tr1=1.24&tr2=1.25&r1=text&r2=text

Patches:
Index: gnue/forms/utils/gfd04to05.py
diff -c gnue/forms/utils/gfd04to05.py:1.24 gnue/forms/utils/gfd04to05.py:1.25
*** gnue/forms/utils/gfd04to05.py:1.24  Tue Apr  1 10:27:49 2003
--- gnue/forms/utils/gfd04to05.py       Tue Apr  1 23:38:26 2003
***************
*** 364,370 ****
    f = open(location)
    b = f.read()
    f.close()
!   f = open(location + '-PRE050','w')
    f.write(b)
    f.close()
    dest = location
--- 364,370 ----
    f = open(location)
    b = f.read()
    f.close()
!   f = open(location + '.ORIG','w')
    f.write(b)
    f.close()
    dest = location




reply via email to

[Prev in Thread] Current Thread [Next in Thread]