From 354495d2c0f83c1430244fd342d0bf51b69e45c6 Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Sat, 10 Nov 2007 12:26:16 +0000 Subject: [PATCH] Remove any reference to any text editor. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17513 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/Constraint/DocumentReferenceConstraint.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/product/ERP5/Constraint/DocumentReferenceConstraint.py b/product/ERP5/Constraint/DocumentReferenceConstraint.py index 29aa3c938e..5cc03a46f6 100644 --- a/product/ERP5/Constraint/DocumentReferenceConstraint.py +++ b/product/ERP5/Constraint/DocumentReferenceConstraint.py @@ -66,5 +66,3 @@ class DocumentReferenceConstraint(Constraint): object.getLanguage(), object.getVersion())) #error_list.append(self._generateError(object, N_(s))) return error_list - -# vim: filetype=python syntax=python shiftwidth=2 -- 2.30.9