allProjects = OrderedDict() # all projects
allFolders = {} # all folders
workProjects = [] # projects we work on
# copy all items which don't exist below, except for those in the exclude list
def inherit(subConfig, superConfig, exclude = ('name', 'projects')):
allProjects = OrderedDict() # all projects
allFolders = {} # all folders
workProjects = [] # projects we work on
# copy all items which don't exist below, except for those in the exclude list
def inherit(subConfig, superConfig, exclude = ('name', 'projects')):