From 98e0d06a77fef4cec0266510f2d02975ce56c405 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 4 Feb 2010 13:02:41 +0000 Subject: - 1.2b4 introduced a bug whereby views added via a route configuration that named a view callable and also a ``view_attr`` became broken. Symptom: ``MyViewClass is not callable`` or the ``__call__`` of a class was being called instead of the method named via ``view_attr``. --- repoze/bfg/tests/restbugapp/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 repoze/bfg/tests/restbugapp/__init__.py (limited to 'repoze/bfg/tests/restbugapp/__init__.py') diff --git a/repoze/bfg/tests/restbugapp/__init__.py b/repoze/bfg/tests/restbugapp/__init__.py new file mode 100644 index 000000000..5bb534f79 --- /dev/null +++ b/repoze/bfg/tests/restbugapp/__init__.py @@ -0,0 +1 @@ +# package -- cgit v1.2.3