(most) all functions now take SessionAuth in addition to PasswordAuth
[plcapi.git] / PLC / Methods / BootUpdateNode.py
index 032328c..48e0219 100644 (file)
@@ -1,6 +1,6 @@
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
-from PLC.Auth import PasswordAuth, BootAuth
+from PLC.Auth import Auth, BootAuth
 
 class BootUpdateNode(Method):
     """