Author: justi9
Date: 2010-06-17 16:02:13 -0400 (Thu, 17 Jun 2010)
New Revision: 4035
Modified:
mgmt/newdata/rosemary/python/rosemary/model.py
Log:
Forgot to check this in with 4032
Modified: mgmt/newdata/rosemary/python/rosemary/model.py
===================================================================
--- mgmt/newdata/rosemary/python/rosemary/model.py 2010-06-17 18:58:04 UTC (rev 4034)
+++ mgmt/newdata/rosemary/python/rosemary/model.py 2010-06-17 20:02:13 UTC (rev 4035)
@@ -667,6 +667,7 @@
self._class = cls
self._id = id
self._sync_time = None
+ self._sample_time = None
# XXX prefix these with _
def load(self, cursor):
Show replies by date