From 505716d100b9731133b1194fe3db81cc78cd14e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 21 May 2007 17:51:05 +0000 Subject: [PATCH] fix "NameError s" git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14541 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/Tool/ClassTool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Type/Tool/ClassTool.py b/product/ERP5Type/Tool/ClassTool.py index bc73489714..05c2214bfa 100644 --- a/product/ERP5Type/Tool/ClassTool.py +++ b/product/ERP5Type/Tool/ClassTool.py @@ -789,7 +789,7 @@ def initialize( context ): portal_tools = (), content_constructors = (), content_classes = ()) -''' % s +''' % COPYRIGHT f = open(init, 'w') try: f.write(text) -- 2.30.9