diff options
| -rw-r--r-- | examples/custom_contentviews.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples/custom_contentviews.py b/examples/custom_contentviews.py index 776ba99d..f3b7317f 100644 --- a/examples/custom_contentviews.py +++ b/examples/custom_contentviews.py @@ -64,5 +64,5 @@ def start(context, argv):      context.add_contentview(pig_view) -def stop(context): +def done(context):      context.remove_contentview(pig_view) | 
