Changed 'import auth' statements to use plc.py or monitorconfig.py
[monitor.git] / bootman.py
index 0a75fac..c3116bc 100755 (executable)
@@ -3,8 +3,7 @@
 # Attempt to reboot a node in debug state.
 
 import plc
-import auth
-api = plc.PLC(auth.auth, auth.plc)
+api = plc.getAuthAPI()
 
 import sys
 import os