prevent error when former_level is None
[plcapi.git] / PLC / Methods / BootNotifyOwners.py
index cf4c54e..a33c7c8 100644 (file)
@@ -1,6 +1,7 @@
+# $Id$
 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