~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/config.py

[rs=igc] update to lp:loggerhead trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
        self.SQL_DIR = sql_dir
88
88
 
89
89
    def get_option(self, option):
90
 
        """Get the value for the config option, either 
 
90
        """Get the value for the config option, either
91
91
        from ~/.bazaar/bazaar.conf or from the command line.
92
92
        All loggerhead-specific settings start with 'http_'
93
93
        """