[message] [fix] rewire to core

This commit is contained in:
Rushabh Mehta
2013-04-04 10:02:08 +05:30
parent 9c7830b9cb
commit cfa663e337
3 changed files with 3 additions and 3 deletions

View File

@@ -315,7 +315,7 @@ class DocType(DocListController):
return 0, "<p>Calendar Events</p>"
def get_todo_list(self, user_id):
from utilities.page.todo.todo import get
from core.page.todo.todo import get
todo_list = get()
html = ""