gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r28244 - gnunet-planetlab/gplmt/gplmt


From: gnunet
Subject: [GNUnet-SVN] r28244 - gnunet-planetlab/gplmt/gplmt
Date: Mon, 22 Jul 2013 15:52:07 +0200

Author: wachs
Date: 2013-07-22 15:52:06 +0200 (Mon, 22 Jul 2013)
New Revision: 28244

Modified:
   gnunet-planetlab/gplmt/gplmt/Targets.py
Log:
listing targets


Modified: gnunet-planetlab/gplmt/gplmt/Targets.py
===================================================================
--- gnunet-planetlab/gplmt/gplmt/Targets.py     2013-07-22 13:51:00 UTC (rev 
28243)
+++ gnunet-planetlab/gplmt/gplmt/Targets.py     2013-07-22 13:52:06 UTC (rev 
28244)
@@ -22,6 +22,8 @@
 #
 # Target
 
+import sys
+
 class Target ():
     undefined = 0
     test = 1
@@ -70,5 +72,7 @@
             return Target (Target.undefined) 
 
 if __name__ == "__main__":
-    print "Targets"
-    sys.exit(0)   
\ No newline at end of file
+    for s in  ["local", "remote_ssh", "planetlab"]:
+        print s
+    sys.exit(0)
+   
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]