From c875300fe2c3aa6e52752b83d324d47d793b2198 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 26 Sep 2013 17:54:51 +0530 Subject: [PATCH] [minor] moved wn-web.js and wn-web.css to memcache --- startup/event_handlers.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/startup/event_handlers.py b/startup/event_handlers.py index fc95414baf8..a0126118bb1 100644 --- a/startup/event_handlers.py +++ b/startup/event_handlers.py @@ -65,9 +65,6 @@ def check_if_expired(): raise webnotes.AuthenticationError def on_build(): - from website.doctype.website_settings.make_web_include_files import make - make() - from home.page.latest_updates import latest_updates latest_updates.make()