[website] [minor] moving website helper methods to doctypes
diff --git a/startup/event_handlers.py b/startup/event_handlers.py
index fa08962..84a91a4 100644
--- a/startup/event_handlers.py
+++ b/startup/event_handlers.py
@@ -65,7 +65,7 @@
 	raise webnotes.AuthenticationError
 
 def on_build():
-	from website.helpers.make_web_include_files import make
+	from website.doctype.website_settings.make_web_include_files import make
 	make()
 	
 	from home.page.latest_updates import latest_updates