Switch to unified view
a/Allura/allura/controllers/template.py | b/Allura/allura/controllers/template.py | ||
---|---|---|---|
1 | # -*- coding: utf-8 -*- |
1 | # -*- coding: utf-8 -*- |
2 | """Fallback controller.""" |
2 | """Fallback controller.""" |
3 | |||
4 | from pylons.controllers.util import abort |
||
3 | 5 | ||
4 | from allura.lib.base import BaseController |
6 | from allura.lib.base import BaseController |
5 | 7 | ||
6 | __all__ = ['TemplateController'] |
8 | __all__ = ['TemplateController'] |
7 | 9 |