On Thu, Dec 9, 2010 at 12:19 AM, Chris McDonough <[email protected]> wrote:
> As a result, the ``pyramid.configuration`` module has been deprecated
> and exists now only to support backwards compatibility. In its place a
> new ``pyramid.config`` module exists with fundamentally the same API.
> Paster template authors beware.
So this is suitable for forward-looking applications that want to
stick to released versions of Pyramid?
try:
from pyramid.config import Configurator
except ImportError:
from pyramid.configuration import Configurator
--
Mike Orr <[email protected]>
--
You received this message because you are subscribed to the Google Groups
"pylons-devel" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-devel?hl=en.