Commit 45fa7443 by Kevin Morgan

Removing unused debug lambda.

parent 78982f6b
......@@ -19,9 +19,6 @@ def replace(subject, this='foo', with_this='bar'):
class Lambdas(pystache.View):
template_path = 'examples'
def test(self):
return 'laaa'
def replace_foo_with_bar(self, text=None):
return replace
......
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