summaryrefslogtreecommitdiff
path: root/example2.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-02 16:03:43 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-02 16:03:43 +0100
commita1dd0c7c789feaa4a2fc150340de7a339fe24ac9 (patch)
treec050f022b96490c7feb19ec40bcfb823f30bdff1 /example2.py
parentadf764605ac3912b621de7572c4a9631f430520c (diff)
downloadcliapp-a1dd0c7c789feaa4a2fc150340de7a339fe24ac9.tar.gz
Do not hardcode config files.
Diffstat (limited to 'example2.py')
-rw-r--r--example2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/example2.py b/example2.py
index 24d7579..a65a351 100644
--- a/example2.py
+++ b/example2.py
@@ -47,6 +47,5 @@ This is the epilog.
I hope you like it.
''')
-app.settings.config_files = ['example.conf']
app.run()