From 2c827e3f2d3fe536d4e7a9425b59270e04871186 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 7 Dec 2009 11:36:25 +0000 Subject: Grr. --- docs/whatsnew-1.2.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/whatsnew-1.2.rst') diff --git a/docs/whatsnew-1.2.rst b/docs/whatsnew-1.2.rst index ed849d105..a1ba1613d 100644 --- a/docs/whatsnew-1.2.rst +++ b/docs/whatsnew-1.2.rst @@ -203,9 +203,9 @@ Deprecations and Behavior Differences the ZCA before calling methods of the configurator using the ``sethook`` method of the ``getSiteManager`` API, e.g.:: - from zope.component import getSiteManager from - repoze.bfg.configuration import Configurator from - repoze.bfg.threadlocal import get_current_registry + from zope.component import getSiteManager + from repoze.bfg.configuration import Configurator + from repoze.bfg.threadlocal import get_current_registry from mypackage.models import get_root def app(global_config, **settings): -- cgit v1.2.3