gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz Gzz.py


From: Benja Fallenstein
Subject: [Gzz-commits] gzz Gzz.py
Date: Sat, 07 Dec 2002 16:56:19 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/12/07 16:56:19

Modified files:
        .              : Gzz.py 

Log message:
        yet more hups

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/Gzz.py.diff?tr1=1.54&tr2=1.55&r1=text&r2=text

Patches:
Index: gzz/Gzz.py
diff -u gzz/Gzz.py:1.54 gzz/Gzz.py:1.55
--- gzz/Gzz.py:1.54     Sat Dec  7 16:48:42 2002
+++ gzz/Gzz.py  Sat Dec  7 16:56:19 2002
@@ -160,7 +160,8 @@
             for name in ("d.1", "d.2", "d.3", "d.email",
                          "d.contain", "d.contain-list"):
                 attr = re.sub('(\.|-)', '_', name)
-                self.dimensions.append(getattr(gzz.zzutil.Ids, attr))
+                dim = self.space.getDim(getattr(gzz.zzutil.Ids, attr)))
+                self.dimensions.append(gzz.client.fallback.FallbackDim(name, 
dim))
         else:
             assert 1==0, "Invalid spacetype "+self.spacetype;
 



reply via email to

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