Techs can view slices that are running on nodes at their site
[plcapi.git] / PLC / Methods / GetAddresses.py
index 9ca918a..7ebc80b 100644 (file)
@@ -1,4 +1,5 @@
-# $Id#
+# $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -25,7 +26,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)