Changed 'import auth' statements to use plc.py or monitorconfig.py
[monitor.git] / nodeconfig.py
index fa4a3eb..d8a8c12 100755 (executable)
@@ -2,8 +2,7 @@
 
 
 import plc
-import auth
-api = plc.PLC(auth.auth, auth.plc)
+api = plc.getAuthAPI()
 
 from optparse import OptionParser
 from sets import Set