From c31715a2ac263b730da41ef7d5ff41d15af4357f Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 14 Mar 2008 19:09:11 +0000 Subject: [PATCH 1/1] dont forget to import SessionAuth from Auth --- PLC/Methods/BootNotifyOwners.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLC/Methods/BootNotifyOwners.py b/PLC/Methods/BootNotifyOwners.py index cf4c54e..81a7cb0 100644 --- a/PLC/Methods/BootNotifyOwners.py +++ b/PLC/Methods/BootNotifyOwners.py @@ -1,6 +1,6 @@ from PLC.Method import Method from PLC.Parameter import Parameter, Mixed -from PLC.Auth import Auth, BootAuth +from PLC.Auth import Auth, BootAuth, SessionAuth from PLC.Nodes import Node, Nodes from PLC.Messages import Message, Messages -- 2.45.2