From 288ace4bd6a6088a95924e9d860b18c16f248ca1 Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Wed, 12 Oct 2011 23:38:12 +0200 Subject: [PATCH] Update the change list and clean the demo --- doc/changes.rst | 4 ++-- examples/demo/demo.py | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/changes.rst b/doc/changes.rst index f75e5c8..8b3554f 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -1,8 +1,8 @@ Changes ======= -next ----- +0.1.0a4 (2011-10-12) +-------------------- * Change the way framework adapters works. Now the adapter modules have a simple adapt function that adapt a :class:`wsme.WSRoot` diff --git a/examples/demo/demo.py b/examples/demo/demo.py index 4b1a677..56e27d1 100644 --- a/examples/demo/demo.py +++ b/examples/demo/demo.py @@ -14,7 +14,7 @@ Then:: from wsme import * from wsme.wsgi import WSRoot -from wsme.protocols import restxml, restjson, soap +from wsme.protocols import soap import logging @@ -46,6 +46,7 @@ class DemoRoot(WSRoot): def app_factory(global_config, **local_conf): protocols = [ + 'restjson', soap.SoapProtocol( tns='http://example.com/demo', typenamespace='http://example.com/demo/types',