From 29940c5e43f8457b2bb39eaf29bed0ae700c0770 Mon Sep 17 00:00:00 2001 From: Gael Pasgrimaud Date: Fri, 11 Feb 2011 23:57:39 +0100 Subject: [PATCH] no need fa.jquery stuff --- pyramid_formalchemy/__init__.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyramid_formalchemy/__init__.py b/pyramid_formalchemy/__init__.py index f830575..f740597 100644 --- a/pyramid_formalchemy/__init__.py +++ b/pyramid_formalchemy/__init__.py @@ -5,11 +5,6 @@ def includeme(config): config.add_static_view('fa_admin', 'pyramid_formalchemy:static') config.add_directive('formalchemy_admin', 'pyramid_formalchemy.formalchemy_admin') -def include_jquery(config): - """include formalchemy and fa.jquery's zcml """ - config.add_static_view('fa_admin', 'fa.jquery:static') - - def formalchemy_admin(config, route_name, factory='pyramid_formalchemy.resources.Models', view='pyramid_formalchemy.views.ModelView',