532
482
# In the local file system, where the template system jail will be stored.
533
483
jail_system = os.path.join(jail_src_base, '__base__')
535
488
# In the local file system, where the subject content files are located.
536
489
# (The 'subjects' and 'exercises' directories).
537
490
content_path = os.path.join(data_path, 'content')