removed another bunch of references to geni
[sfa.git] / sfa / trust / gid.py
index 6c0436c..a87b3df 100644 (file)
@@ -1,5 +1,5 @@
 ##
-# Implements GENI GID. GIDs are based on certificates, and the GID class is a
+# Implements SFA GID. GIDs are based on certificates, and the GID class is a
 # descendant of the certificate class.
 ##
 
@@ -7,8 +7,8 @@
 ### $URL$
 
 import xmlrpclib
-
 import uuid
+
 from sfa.trust.certificate import Certificate
 
 ##