date_created and last_updated fields dont exist in genitables yet. comment this out...
authorTony Mack <tmack@cs.princeton.edu>
Fri, 12 Jun 2009 17:19:24 +0000 (17:19 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Fri, 12 Jun 2009 17:19:24 +0000 (17:19 +0000)
geni/util/record.py

index 34e98fe..55b9f2c 100644 (file)
@@ -34,8 +34,8 @@ class GeniRecord(dict):
         'hrn': Parameter(str, "Human readable name of object"),
         'gid': Parameter(str, "GID of the object"),
         'type': Parameter(str, "Record type"),
-        'last_updated': Parameter(int, 'Date and time of last update'),
-        'date_created': Parameter(int, 'Date and time this record was created'),
+        #'last_updated': Parameter(int, 'Date and time of last update'),
+        #'date_created': Parameter(int, 'Date and time this record was created'),
     }
 
     internal_fields = {