From f2b4393961b04c807595d7f929aca8202695dcf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B0=D0=BC=D0=BE=D1=83=D0=BA=D0=B8=D0=BD=20=D0=90?= =?UTF-8?q?=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9?= Date: Fri, 17 Dec 2010 14:57:46 +0300 Subject: [PATCH] Added 'purl' to error messages (template function ini()). --- pym/cl_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/cl_template.py b/pym/cl_template.py index 14ca137..a09e75e 100644 --- a/pym/cl_template.py +++ b/pym/cl_template.py @@ -2971,7 +2971,7 @@ or 'lower' or 'capitalize'")) if not terms[2] in ['url','purl','unicode']: self.printErrTemplate() cl_overriding.printERROR(_("third argument function is not " - "'url' or 'unicode'")) + "'url' or 'purl' or 'unicode'")) cl_overriding.exit(1) if terms[1]: self.printErrTemplate()