From: x2000habouzit Date: Sun, 30 Jul 2006 10:45:12 +0000 (+0000) Subject: make the rpc parse the .ini file also X-Git-Tag: xorg/0.9.11~202 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=78dd3eb20c2ca87428b454d20bdbf04305cc599f;p=platal.git make the rpc parse the .ini file also git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@712 839d8a87-29fc-0310-9880-83ba4fa771e5 --- 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):