diff -r 85ce56758900 -r 3d7fa2257b24 plcopen/plcopen.py --- a/plcopen/plcopen.py Mon Sep 09 23:36:51 2013 +0200 +++ b/plcopen/plcopen.py Tue Sep 10 10:35:18 2013 +0200 @@ -1012,9 +1012,7 @@ "extensible" : False, "inputs" : [], "outputs" : [], - "comment" : self.getdescription(), - "generate" : generate_block, - "initialise" : initialise_block} + "comment" : self.getdescription()} if self.interface is not None: return_type = self.interface.getreturnType() if return_type is not None: