Fix for when newslices wasnt being populated. Slices were running without htbs
[nodemanager.git] / nm.py
diff --git a/nm.py b/nm.py
index d1d8768..1df65be 100644 (file)
--- a/nm.py
+++ b/nm.py
@@ -15,7 +15,6 @@ import tools
 
 from config import Config
 from plcapi import PLCAPI 
-import random
 
 
 savedargv = sys.argv[:]