gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] alph test.py


From: Benja Fallenstein
Subject: [Gzz-commits] alph test.py
Date: Thu, 05 Jun 2003 13:41:43 -0400

CVSROOT:        /cvsroot/alph
Module name:    alph
Changes by:     Benja Fallenstein <address@hidden>      03/06/05 13:41:43

Modified files:
        .              : test.py 

Log message:
        make at least alph tests run again

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/test.py.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: alph/test.py
diff -u alph/test.py:1.1 alph/test.py:1.2
--- alph/test.py:1.1    Thu May 15 11:48:42 2003
+++ alph/test.py        Thu Jun  5 13:41:43 2003
@@ -105,6 +105,7 @@
 
 def load(file):
     name = os.path.splitext(file)[0]
+    while name.startswith('./'): name = name[2:]
     name = '.'.join(name.split('/'))
     name = '.'.join(name.split('\\'))
 




reply via email to

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