dos2unix
[sfa.git] / geni / util / gid.py
index 65aff6b..c919605 100644 (file)
@@ -20,12 +20,12 @@ def create_uuid():
 # UUID is a unique identifier and is created by the python uuid module
 #    (or the utility function create_uuid() in gid.py).
 #
-# HRN is a human readable name. It is a dotted form similar to a backward domain\r
-#    name. For example, planetlab.us.arizona.bakers.\r
-#\r
-# PUBLIC_KEY is the public key of the principal identified by the UUID/HRN.\r
-# It is a Keypair object as defined in the cert.py module.\r
-#\r
+# HRN is a human readable name. It is a dotted form similar to a backward domain
+#    name. For example, planetlab.us.arizona.bakers.
+#
+# PUBLIC_KEY is the public key of the principal identified by the UUID/HRN.
+# It is a Keypair object as defined in the cert.py module.
+#
 # It is expected that there is a one-to-one pairing between UUIDs and HRN,
 # but it is uncertain how this would be inforced or if it needs to be enforced.
 #