fix content view example inline script

This commit is contained in:
Maximilian Hils 2016-03-10 21:17:05 +01:00
parent aa2bf90b11
commit 167bd77683
1 changed files with 1 additions and 1 deletions

View File

@ -64,5 +64,5 @@ def start(context, argv):
context.add_contentview(pig_view)
def stop(context):
def done(context):
context.remove_contentview(pig_view)