ajack 2004/04/10 17:40:02
Modified: python/gump/results model.py
Log:
Fix #4 to tweaks...
Revision Changes Path
1.11 +1 -1 gump/python/gump/results/model.py
Index: model.py
===================================================================
RCS file: /home/cvs/gump/python/gump/results/model.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- model.py 10 Apr 2004 23:53:35 -0000 1.10
+++ model.py 11 Apr 2004 00:40:02 -0000 1.11
@@ -130,7 +130,7 @@
def getTimezone(self):
- if not hasattr(self,'timzone') :
+ if not hasattr(self,'timezone') :
return self.getOwner().getTimezone()
return self.timezone
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]