summaryrefslogtreecommitdiff
path: root/cliapp/app.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-01-10 21:38:28 +0000
committerLars Wirzenius <liw@liw.fi>2013-01-10 21:38:28 +0000
commit6d17e1e88253a1b7e8bc130f55cbdf8b13c77751 (patch)
treeddd7d3bc789e8c20b2be7e96fdb7e4b415d3223e /cliapp/app.py
parentc3c0c7da25efbd57a9540c34fa238052d327209d (diff)
downloadcliapp-6d17e1e88253a1b7e8bc130f55cbdf8b13c77751.tar.gz
Log Python version at startup
Diffstat (limited to 'cliapp/app.py')
-rw-r--r--cliapp/app.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cliapp/app.py b/cliapp/app.py
index 502759f..ed3cbb3 100644
--- a/cliapp/app.py
+++ b/cliapp/app.py
@@ -383,6 +383,7 @@ class Application(object):
f = StringIO.StringIO()
cp.write(f)
logging.debug('Config:\n%s' % f.getvalue())
+ logging.debug('Python version: %s' % sys.version)
def app_directory(self):
'''Return the directory where the application class is defined.