doc: remove useless validate import
Change-Id: Ic9cf28809867d73c56689fd6b94dc307c7b283d3
This commit is contained in:
parent
e3b324e1e4
commit
a84d744794
@ -23,7 +23,7 @@ How Easy ?
|
|||||||
|
|
||||||
Here is a standalone wsgi example::
|
Here is a standalone wsgi example::
|
||||||
|
|
||||||
from wsme import WSRoot, expose, validate
|
from wsme import WSRoot, expose
|
||||||
|
|
||||||
class MyService(WSRoot):
|
class MyService(WSRoot):
|
||||||
@expose(unicode, unicode) # First parameter is the return type,
|
@expose(unicode, unicode) # First parameter is the return type,
|
||||||
|
Loading…
Reference in New Issue
Block a user