dont forget to import SessionAuth from Auth
authorTony Mack <tmack@cs.princeton.edu>
Fri, 14 Mar 2008 19:09:11 +0000 (19:09 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Fri, 14 Mar 2008 19:09:11 +0000 (19:09 +0000)
PLC/Methods/BootNotifyOwners.py

index cf4c54e..81a7cb0 100644 (file)
@@ -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