Changed 'import auth' statements to use plc.py or monitorconfig.py
[monitor.git] / pcubad.py
index 5b71845..fbcdb17 100755 (executable)
--- a/pcubad.py
+++ b/pcubad.py
@@ -14,8 +14,7 @@ import syncplcdb
 from nodequery import verify,query_to_dict,node_select
 
 import plc
-import auth
-api = plc.PLC(auth.auth, auth.plc)
+api = plc.getAuthAPI()
 from unified_model import *
 from monitor_policy import MINUP