keep the comment as it is
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Fri, 9 Jul 2010 09:01:44 +0000 (11:01 +0200)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Fri, 9 Jul 2010 09:01:44 +0000 (11:01 +0200)
omf_keys/get_slice_pub_keys.py

index b40fcb5..fab0588 100755 (executable)
@@ -97,7 +97,8 @@ class Command(Thread):
         output = p.read().strip()
         if output:
             output = output.split('\n')[0] # only get the first line
-            output = change_key_comment(output, host)
+# keep the comment for the keys
+#            output = change_key_comment(output, host)
             return output
         return None