summaryrefslogtreecommitdiff
path: root/demoapp
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-28 18:26:31 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-28 19:37:22 -0400
commitb17d091258ab2d637f6c2b2d79ecd16e3df771d2 (patch)
tree4a2661400d7cd0d14694fb321922f418394d2b4f /demoapp
parentf63bb5962635b0639bed283c2eb787dd7f36f6c9 (diff)
downloadcliff-tablib-b17d091258ab2d637f6c2b2d79ecd16e3df771d2.tar.gz
first pass at interactive app
Diffstat (limited to 'demoapp')
-rw-r--r--demoapp/cliffdemo/main.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/demoapp/cliffdemo/main.py b/demoapp/cliffdemo/main.py
index 9059227..c535419 100644
--- a/demoapp/cliffdemo/main.py
+++ b/demoapp/cliffdemo/main.py
@@ -16,6 +16,9 @@ class DemoApp(App):
command_manager=CommandManager('cliff.demo'),
)
+ def initialize_app(self):
+ self.log.debug('initialize_app')
+
def prepare_to_run_command(self, cmd):
self.log.debug('prepare_to_run_command %s', cmd.__class__.__name__)