From 63c6660895c83967c5d93499bcda3e233f722ded Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 13 Jun 2016 18:17:09 -0700 Subject: update examples, tests, docs --- examples/custom_contentviews.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/custom_contentviews.py') diff --git a/examples/custom_contentviews.py b/examples/custom_contentviews.py index 034f356c..05ebeb69 100644 --- a/examples/custom_contentviews.py +++ b/examples/custom_contentviews.py @@ -62,7 +62,7 @@ class ViewPigLatin(contentviews.View): pig_view = ViewPigLatin() -def start(context, argv): +def start(context): context.add_contentview(pig_view) -- cgit v1.2.3