Add timestamps to Nodes, PCUs and Interfaces to make concrete
[plcapi.git] / PLC / Methods / GetRoles.py
index 9e6ceb0..b660471 100644 (file)
@@ -1,4 +1,5 @@
 # $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -17,6 +18,6 @@ class GetRoles(Method):
         ]
 
     returns = [Role.fields]
-    
+
     def call(self, auth):
-       return Roles(self.api)
+        return Roles(self.api)