get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / DeleteAddressType.py
index 9da1799..ca6cadb 100644 (file)
@@ -1,4 +1,3 @@
-# $Id#
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -29,6 +28,6 @@ class DeleteAddressType(Method):
             raise PLCInvalidArgument, "No such address type"
         address_type = address_types[0]
         address_type.delete()
-       self.event_objects = {'AddressType': [address_type['address_type_id']]}
+        self.event_objects = {'AddressType': [address_type['address_type_id']]}
 
         return 1