From: Tony Mack Date: Fri, 14 Mar 2008 19:09:11 +0000 (+0000) Subject: dont forget to import SessionAuth from Auth X-Git-Tag: PLCAPI-4.2-4~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c31715a2ac263b730da41ef7d5ff41d15af4357f;hp=fcd65035460febcbd0835eb69dca269b4d9d2319;p=plcapi.git dont forget to import SessionAuth from Auth --- 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