Changed 'import auth' statements to use plc.py or monitorconfig.py
[monitor.git] / nodegroups.py
index 207efae..be4ed6f 100755 (executable)
@@ -14,8 +14,7 @@
 #  * 
 
 import plc
-import auth
-api = plc.PLC(auth.auth, auth.plc)
+api = plc.getAuthAPI()
 
 from optparse import OptionParser
 from sets import Set