step 0: install
diff --git a/erpnext/startup/open_count.py b/erpnext/startup/open_count.py
index 38034e2..e561c03 100644
--- a/erpnext/startup/open_count.py
+++ b/erpnext/startup/open_count.py
@@ -41,7 +41,7 @@
 
 def get_todays_events():
 	"""Returns a count of todays events in calendar"""
-	from core.doctype.event.event import get_events
+	from webnotes.core.doctype.event.event import get_events
 	from webnotes.utils import nowdate
 	today = nowdate()
 	return len(get_events(today, today))