shape the sfa.trust subpackage
[sfa.git] / geni / util / record.py
index 34e98fe..27b6c83 100644 (file)
@@ -4,9 +4,14 @@
 # TODO: Use existing PLC database methods? or keep this separate?
 ##
 
-import report
+### $Id$
+### $URL$
+
 from types import StringTypes
-from gid import *
+
+import geni.util.report
+
+from geni.trust.gid import *
 from geni.util.rspec import *
 from geni.util.parameter import *
 
@@ -34,8 +39,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 = {