44
60
help="The directory to place log files in.")
45
61
parser.add_option("--version", action="store_true", dest="show_version",
46
62
help="Print the software version and exit")
63
parser.add_option("--use-cdn", action="store_true", dest="use_cdn",
48
64
help="Serve YUI from Yahoo!'s CDN")
50
66
help="The directory to place the SQL cache in")
54
72
class LoggerheadConfig(object):
55
73
'''A configuration object.'''
58
78
self._parser = command_line_parser()
61
81
sql_dir = self.get_option('sql_dir')