From 418dabaff2996bd1e2c50309885f083ba7fb96b9 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 18 Jan 2015 15:32:50 +0000 Subject: [PATCH] Fix typo --- src/ifcwrap/IfcParseWrapper.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcwrap/IfcParseWrapper.i b/src/ifcwrap/IfcParseWrapper.i index ef32983915..480650aa78 100644 --- a/src/ifcwrap/IfcParseWrapper.i +++ b/src/ifcwrap/IfcParseWrapper.i @@ -246,7 +246,7 @@ namespace IfcUtil { %extend IfcParse::FileSchema { %pythoncode %{ if _newclass: - # Hide the getters with read-only property implementations + # Hide the getters with read-write property implementations __swig_getmethods__["schema_identifiers"] = schema_identifiers __swig_setmethods__["schema_identifiers"] = schema_identifiers schema_identifiers = property(schema_identifiers, schema_identifiers)