blob: d951d27415fa7fb0a19cb64d651ff1c8f6d9d13c [file] [log] [blame]
# Load local options.
import os
import ConfigParser
options = ConfigParser.RawConfigParser()
options.read(os.path.join(os.path.dirname(__file__), 'local.cfg'))
import builders
import schedulers
import slaves
import status