Make PLE, PLJ names more readable
authorAndy Bavier <acb@cs.princeton.edu>
Tue, 22 Jun 2010 20:37:30 +0000 (16:37 -0400)
committerAndy Bavier <acb@cs.princeton.edu>
Tue, 22 Jun 2010 20:37:30 +0000 (16:37 -0400)
PLE.py
PLJ.py

diff --git a/PLE.py b/PLE.py
index c72f63e..a8a5b01 100644 (file)
--- a/PLE.py
+++ b/PLE.py
@@ -23,4 +23,4 @@ class PLE(Sink):
         self.initWidget(self.tabs)
 
 def init():
-    return SinkInfo("PLE", "Specify PlanetLab Europe Resources", PLE)
+    return SinkInfo("PL Europe", "Specify PlanetLab Europe Resources", PLE)
diff --git a/PLJ.py b/PLJ.py
index a9b1bbe..d62900a 100644 (file)
--- a/PLJ.py
+++ b/PLJ.py
@@ -23,4 +23,4 @@ class PLJ(Sink):
         self.initWidget(self.tabs)
 
 def init():
-    return SinkInfo("PLJ", "Specify PlanetLab Japan Resources", PLJ)
+    return SinkInfo("PL Japan", "Specify PlanetLab Japan Resources", PLJ)