move package imports out of __init__()
[plcapi.git] / PLC / Methods / BootNotifyOwners.py
index 704c57b..3564814 100644 (file)
@@ -19,7 +19,7 @@ class BootNotifyOwners(Method):
     roles = ['node']
 
     accepts = [
-        Mixed(BootAuth(), SessionAuth()),
+        Auth(),
         Message.fields['message_id'],
         Parameter(int, "Notify PIs"),
         Parameter(int, "Notify technical contacts"),