- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / AddTagType.py
index 0003085..336edb3 100644 (file)
@@ -1,4 +1,5 @@
 # $Id$
+# $URL$
 #
 # Thierry Parmentelat - INRIA
 #
@@ -41,6 +42,6 @@ class AddTagType(Method):
         tag_type = TagType(self.api, tag_type_fields)
         tag_type.sync()
 
-       self.object_ids = [tag_type['tag_type_id']]
+        self.object_ids = [tag_type['tag_type_id']]
 
         return tag_type['tag_type_id']