gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob/test testutil.py


From: Janne V. Kujala
Subject: [Gzz-commits] libvob/test testutil.py
Date: Tue, 29 Apr 2003 07:50:07 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Janne V. Kujala <address@hidden>        03/04/29 07:50:07

Modified files:
        test           : testutil.py 

Log message:
        s/util/putil/

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/test/testutil.py.diff?tr1=1.8&tr2=1.9&r1=text&r2=text

Patches:
Index: libvob/test/testutil.py
diff -u libvob/test/testutil.py:1.8 libvob/test/testutil.py:1.9
--- libvob/test/testutil.py:1.8 Tue Apr 29 07:45:17 2003
+++ libvob/test/testutil.py     Tue Apr 29 07:50:07 2003
@@ -258,12 +258,12 @@
     sys.path.insert(0, ".")
     import getopt
     opts, args = getopt.getopt(sys.argv[1:], 
-            vob.util.dbg.short + "f:", 
-            vob.util.dbg.long + ["--allowfail="])
+            vob.putil.dbg.short + "f:", 
+            vob.putil.dbg.long + ["--allowfail="])
     for o,a in opts:
         print "Opt: ",o,a
-        if o in vob.util.dbg.all:
-            vob.util.dbg.option(o,a)
+        if o in vob.putil.dbg.all:
+            vob.putil.dbg.option(o,a)
         elif o in ("-f", "--allowfail"):
             if a == "*":
                 runfail = ["GL", "AWT", "*"]




reply via email to

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