Switch to unified view

a/ForgeWiki/forgewiki/model/wiki.py b/ForgeWiki/forgewiki/model/wiki.py
1
import pylons
2
pylons.c = pylons.tmpl_context
3
pylons.g = pylons.app_globals
1
from pylons import g #g is a namespace for globally accessable app helpers
4
from pylons import g #g is a namespace for globally accessable app helpers
2
from pylons import c as context
5
from pylons import c as context
3
6
4
from ming import schema
7
from ming import schema
5
from ming.orm import FieldProperty, ForeignIdProperty, Mapper, session
8
from ming.orm import FieldProperty, ForeignIdProperty, Mapper, session