get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / GetSessions.py
index e80fb50..b50e1c9 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -16,7 +14,7 @@ class GetSessions(Method):
     filter will be returned. If return_fields is specified, only the
     specified details will be returned.
 
-    
+
     """
 
     roles = ['admin']
@@ -29,9 +27,9 @@ class GetSessions(Method):
         ]
 
     returns = [Session.fields]
-    
+
     def call(self, auth, session_filter = None):
 
         sessions = Sessions(self.api, session_filter)
-       
-       return sessions
+
+        return sessions