common/view.py
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 24 Feb 2009 11:59:53 +0100
branchtls-sprint
changeset 940 15dcdc863965
parent 701 cd5e855de490
child 985 6a25c58a1c23
permissions -rw-r--r--
fix imports : common.utils -> utils

from warnings import warn
warn('moved to cubicweb.view', DeprecationWarning, stacklevel=2)
from cubicweb.view import *