~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/conf/conf.py

  • Committer: David Coles
  • Date: 2009-12-10 01:18:36 UTC
  • Revision ID: coles.david@gmail.com-20091210011836-6kk2omcmr9hvphj0
Correct documentation's system diagram (console communication goes via Application Slaves)

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
# (The 'subjects' and 'exercises' directories).
118
118
content_path = os.path.join(data_path, 'content')
119
119
 
120
 
# In the local file system, where are the per-subject file spaces located.
121
 
# The individual subject directories are expected to be located immediately
122
 
# in subdirectories of this location.
123
 
subjects_base = os.path.join(content_path, 'subjects')
124
 
 
125
 
# In the local file system, where are the subject-independent exercise sheet
126
 
# file spaces located.
127
 
exercises_base = os.path.join(content_path, 'exercises')
128
 
 
129
120
# In the local file system, where the system notices are stored (such as terms
130
121
# of service and MOTD).
131
122
notices_path = os.path.join(data_path, 'notices')