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

« back to all changes in this revision

Viewing changes to ivle/conf/conf.py

  • Committer: Matt Giuca
  • Date: 2010-02-24 11:25:40 UTC
  • mto: This revision was merged to the branch mainline in revision 1701.
  • Revision ID: matt.giuca@gmail.com-20100224112540-ul2xsr1f6jsng2yv
Removed traces of ivle-marks script (installer, documentation).

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')