summaryrefslogtreecommitdiff
path: root/demoapp
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-10 14:58:18 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-05-10 14:58:18 -0400
commit921708980b2e7309f5c92831b467768370158714 (patch)
tree7279bc1557a48eb0bf5800c26b22c3af1235f2d7 /demoapp
parentdfe456fa6b6eadda8ba77fc74ad043e2b3f9d050 (diff)
downloadcliff-921708980b2e7309f5c92831b467768370158714.tar.gz
pass more details to initialize_app so subclasses can decide what sort of initialization to do
Diffstat (limited to 'demoapp')
-rw-r--r--demoapp/cliffdemo/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/demoapp/cliffdemo/main.py b/demoapp/cliffdemo/main.py
index c535419..85807c8 100644
--- a/demoapp/cliffdemo/main.py
+++ b/demoapp/cliffdemo/main.py
@@ -16,7 +16,7 @@ class DemoApp(App):
command_manager=CommandManager('cliff.demo'),
)
- def initialize_app(self):
+ def initialize_app(self, argv):
self.log.debug('initialize_app')
def prepare_to_run_command(self, cmd):