Commit 8ba856c8 authored by Serge S. Koval's avatar Serge S. Koval

Oops

parent d72dd6bb
......@@ -35,7 +35,6 @@ def expose_class(url='/'):
"""
def wrap(v):
name = v.__name__
print name
return expose(url)(v.as_view(name))
return wrap
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment