force import of AuthorizeHelpers
[plcapi.git] / PLC / Methods / DeleteAddressType.py
index 353509e..dae2858 100644 (file)
@@ -1,4 +1,5 @@
 # $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -29,6 +30,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