get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / UpdateAddressType.py
index e6da99f..2b42ade 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -38,6 +37,6 @@ class UpdateAddressType(Method):
 
         address_type.update(address_type_fields)
         address_type.sync()
-       self.event_objects = {'AddressType': [address_type['address_type_id']]}
+        self.event_objects = {'AddressType': [address_type['address_type_id']]}
 
         return 1