On Thu, Dec 9, 2010 at 12:19 AM, Chris McDonough <chr...@plope.com> 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 <sluggos...@gmail.com>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-de...@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to