Mercurial > wikked
diff wikked/views.py @ 45:f63a2062fb99
Moved application init to a standalone `web` module.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 12 Jan 2013 22:12:06 -0800 |
parents | f710528f24b0 |
children | 86ee1b696070 |
line wrap: on
line diff
--- a/wikked/views.py Sat Jan 12 12:06:56 2013 -0800 +++ b/wikked/views.py Sat Jan 12 22:12:06 2013 -0800 @@ -9,8 +9,8 @@ from pygments import highlight from pygments.lexers import get_lexer_by_name from pygments.formatters import get_formatter_by_name -from wikked import app, wiki -from wikked.wiki import Page +from web import app, wiki +from wiki import Page from auth import User from forms import RegistrationForm, EditPageForm from fs import PageNotFoundError