From 69c23047a9a70ca00b1f04b4112ab6f9debf329b Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Thu, 8 Jul 2010 19:27:53 +0000 Subject: Add many keyboard shortcuts. fixed #1507 --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.py') diff --git a/src/config.py b/src/config.py index 9e067418..7d25fde4 100644 --- a/src/config.py +++ b/src/config.py @@ -124,5 +124,5 @@ except OSError: parser = argparse.ArgumentParser(prog="poezio", description='An XMPP ncurses client.') parser.add_argument('-f', '--file', default=CONFIG_PATH+'poezio.cfg', help='the config file you want to use', metavar="FILE") args = parser.parse_args() - +print args.file config = Config(args.file) -- cgit v1.2.3