From ebec9db58e8a01a25d14920fd7c8eff3a9f4cc88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 16 Feb 2010 08:15:16 +0000 Subject: [PATCH] fix name error with new ppml git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32580 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/patches/ppml.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/product/ERP5Type/patches/ppml.py b/product/ERP5Type/patches/ppml.py index 4a0432a624..549c279802 100644 --- a/product/ERP5Type/patches/ppml.py +++ b/product/ERP5Type/patches/ppml.py @@ -12,6 +12,8 @@ # ############################################################################## +import string + # Import everything right now, not after # or new patch will not work from Shared.DC.xml.ppml import * -- 2.30.9