Post-merge cleanup

This commit is contained in:
Piotr Mitros
2012-02-20 13:06:13 -05:00
parent 34affdabde
commit 0888eed906

View File

@@ -61,6 +61,12 @@ sys.path.append(PROJECT_ROOT / 'lib')
################################## MITXWEB #####################################
# This is where we stick our compiled template files
MAKO_MODULE_DIR = tempfile.mkdtemp('mako')
MAKO_TEMPLATES = {}
MAKO_TEMPLATES['course'] = [DATA_DIR]
MAKO_TEMPLATES['sections'] = [DATA_DIR+'/sections']
MAKO_TEMPLATES['custom_tags'] = [DATA_DIR+'/custom_tags']
MAKO_TEMPLATES['main'] = [ENV_ROOT+'/templates/']
TEXTBOOK_DIR = ENV_ROOT / "books" / "circuits_agarwal_lang"
# FIXME ???????? --