Merge from head
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Tue, 24 Apr 2007 23:33:33 +0000 (23:33 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Tue, 24 Apr 2007 23:33:33 +0000 (23:33 +0000)
NodeManager.spec
nm.py

index 81df4fb..9f3e864 100644 (file)
@@ -1,7 +1,7 @@
 Summary: PlanetLab Node Manager
 Name: NodeManager
 Version: 1.3
-Release: 1%{?pldistro:.%{pldistro}}%{?date:.%{date}}
+Release: 2%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 License: PlanetLab
 Group: System Environment/Daemons
 URL: http://cvs.planet-lab.org/cvs/NodeManager
diff --git a/nm.py b/nm.py
index 1df65be..46f23f5 100644 (file)
--- a/nm.py
+++ b/nm.py
@@ -15,7 +15,7 @@ import tools
 
 from config import Config
 from plcapi import PLCAPI 
-
+import random
 
 savedargv = sys.argv[:]