[ create a new paste ] login | about

Link: http://codepad.org/zASBPmeI    [ raw code | fork ]

tml - Python, pasted on Nov 1:
1
2
3
4
5
6
7
8
9
10
try:
    from pylons import c
except ImportError:
    from pylons import tmpl_context as c


try:
    from pylons import g
except ImportError:
    from pylons import app_globals as g


Create a new paste based on this one


Comments: