retrieve tag_type needed for caller_may_write_tag
[plcapi.git] / PLC / Methods / GetBootStates.py
index be77fa3..9105d12 100644 (file)
@@ -1,4 +1,5 @@
-# $Id#
+# $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -17,7 +18,7 @@ class GetBootStates(Method):
         ]
 
     returns = [BootState.fields['boot_state']]
-    
+
 
     def call(self, auth):
         return [boot_state['boot_state'] for boot_state in BootStates(self.api)]