From 78dd3eb20c2ca87428b454d20bdbf04305cc599f Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sun, 30 Jul 2006 10:45:12 +0000 Subject: [PATCH] make the rpc parse the .ini file also git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@712 839d8a87-29fc-0310-9880-83ba4fa771e5 --- bin/lists.rpc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/lists.rpc.py b/bin/lists.rpc.py index e1fe3c5..30a9b25 100755 --- a/bin/lists.rpc.py +++ b/bin/lists.rpc.py @@ -52,6 +52,7 @@ class AuthFailed(Exception): pass #------------------------------------------------ config = ConfigParser.ConfigParser() +config.read(os.path.dirname(__file__)+'/../configs/platal.ini') config.read(os.path.dirname(__file__)+'/../configs/platal.conf') def get_config(sec, val, default=None): -- 2.1.4