r2lab is migrating from a previous depl. based on omf_sfa
[plcapi.git] / PLC / Methods / GetRoles.py
index a5d1c59..fb905e5 100644 (file)
@@ -1,4 +1,3 @@
-# $Id#
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -17,6 +16,6 @@ class GetRoles(Method):
         ]
 
     returns = [Role.fields]
-    
+
     def call(self, auth):
-       return Roles(self.api)
+        return Roles(self.api)