r2lab is migrating from a previous depl. based on omf_sfa
[plcapi.git] / PLC / Methods / GetSites.py
index 19b9f2b..d277c28 100644 (file)
@@ -1,4 +1,3 @@
-# $Id#
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
 from PLC.Filter import Filter
@@ -20,10 +19,10 @@ class GetSites(Method):
         Auth(),
         Mixed([Mixed(Site.fields['site_id'],
                      Site.fields['login_base'])],
-             Parameter(str,"login_base"),
+              Parameter(str,"login_base"),
               Parameter(int,"site_id"),
               Filter(Site.fields)),
-        Parameter([str], "List of fields to return", nullok = True)        
+        Parameter([str], "List of fields to return", nullok = True)
         ]
 
     returns = [Site.fields]