From 374b2adb8a7ee55c5cad87955add772096f73999 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Sat, 20 Nov 2010 22:54:01 +0100 Subject: Add config file feature. New -c switch to specify a config file on the command line. See config.ini.sample for an example of a config file. The configuration options can then be shared across modules : just import config module. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d8a5dcf..ad519ae 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ .project .pydevproject .settings/ +config.ini -- cgit v1.2.3-70-g09d2