From 039f8e33d20f29255221341b7f8a45b5fb9d9e45 Mon Sep 17 00:00:00 2001 From: Gael Pasgrimaud Date: Sat, 15 Jan 2011 23:33:46 +0100 Subject: [PATCH] fix tests --- pyramid_formalchemy/__init__.py | 2 +- pyramid_formalchemy/view.zcml | 5 +---- pyramidapp/pyramidapp/__init__.py | 4 ++-- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/pyramid_formalchemy/__init__.py b/pyramid_formalchemy/__init__.py index 443a59c..3b76ff7 100644 --- a/pyramid_formalchemy/__init__.py +++ b/pyramid_formalchemy/__init__.py @@ -4,7 +4,7 @@ def include(config): """include formalchemy's zcml""" config.load_zcml('pyramid.includes:configure.zcml') config.load_zcml('pyramid_formalchemy:configure.zcml') - config.load_zcml('pyramid_formalchemy:views.zcml') + config.load_zcml('pyramid_formalchemy:view.zcml') def include_jquery(config): """include formalchemy's zcml""" diff --git a/pyramid_formalchemy/view.zcml b/pyramid_formalchemy/view.zcml index 20e1093..f71f2e7 100644 --- a/pyramid_formalchemy/view.zcml +++ b/pyramid_formalchemy/view.zcml @@ -1,8 +1,5 @@ - +