get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / GetAddresses.py
index 12c27de..ae250f1 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -25,7 +24,7 @@ class GetAddresses(Method):
         ]
 
     returns = [Address.fields]
-    
+
 
     def call(self, auth, address_filter = None, return_fields = None):
         return Addresses(self.api, address_filter, return_fields)