doc: remove useless validate import

Change-Id: Ic9cf28809867d73c56689fd6b94dc307c7b283d3
This commit is contained in:
Julien Danjou 2013-10-08 15:51:41 +02:00
parent e3b324e1e4
commit a84d744794

View File

@ -23,7 +23,7 @@ How Easy ?
Here is a standalone wsgi example::
from wsme import WSRoot, expose, validate
from wsme import WSRoot, expose
class MyService(WSRoot):
@expose(unicode, unicode) # First parameter is the return type,