~russell/ibid/jira-plugin

« back to all changes in this revision

Viewing changes to ibid/__init__.py

  • Committer: Stefano Rivera
  • Date: 2009-10-16 16:31:34 UTC
  • Revision ID: stefano@rivera.za.net-20091016163134-d6rj65szlrl9afmb
Strip trailing white-space

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
    if not exists(options['config']):
60
60
        raise IbidException('Cannot find configuration file %s' % options['config'])
61
 
     
 
61
 
62
62
    ibid.config = FileConfig(options['config'])
63
63
    ibid.config.merge(FileConfig(join(options['base'], 'local.ini')))
64
64