diff --git a/bin/indexer_lookup.py b/bin/indexer_lookup.py index 1c019c72..73eed9f2 100644 --- a/bin/indexer_lookup.py +++ b/bin/indexer_lookup.py @@ -21,7 +21,7 @@ def readdoc(path=None): f = gzip.open(path, 'r') return f.read() -configfile = '../packages/config.cfg' +configfile = './packages/config.cfg' cfg = ConfigParser.ConfigParser() cfg.read(configfile)