step 0: install
diff --git a/erpnext/startup/schedule_handlers.py b/erpnext/startup/schedule_handlers.py
index cdb0e5d..32987c4 100644
--- a/erpnext/startup/schedule_handlers.py
+++ b/erpnext/startup/schedule_handlers.py
@@ -27,11 +27,11 @@
 	
 def execute_daily():
 	# event reminders
-	from core.doctype.event.event import send_event_digest
+	from webnotes.core.doctype.event.event import send_event_digest
 	run_fn(send_event_digest)
 	
 	# clear daily event notifications
-	from core.doctype.notification_count.notification_count import delete_notification_count_for
+	from webnotes.core.doctype.notification_count.notification_count import delete_notification_count_for
 	delete_notification_count_for("Event")
 	
 	# email digest