update examples, fix #353

This commit is contained in:
Maximilian Hils
2014-09-08 16:02:31 +02:00
parent d06b4bfa4e
commit ebd539b49f
20 changed files with 140 additions and 132 deletions

View File

@@ -38,6 +38,10 @@ class ScriptContext:
"""
self._master.replay_request(f)
@property
def app_registry(self):
return self._master.apps
class Script:
"""