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

« back to all changes in this revision

Viewing changes to setup/configure.py

  • Committer: mattgiuca
  • Date: 2008-07-07 12:01:03 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:820
lib: Added new package pulldown_subj, a collection of modules designed to
    pull student subject enrolments from the server.
    Note that the actual code to do this is not included (since that is
    specific to the organisation running IVLE) - just a pluggable interface
    and an example plugin module.
configure.py: Added new config option: subject_pulldown_modules, which allows
    you to specify which modules are plugged in here.
    (Actually that was added accidentally in a previous commit; but this
    revision fixes some comments).

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
    """
198
198
# Comma-separated list of subject pulldown modules.
199
199
# These refer to importable Python modules in the lib/pulldown_subj directory.
200
 
# No modules are available in the source tree, but
 
200
# Only "dummy_subj" is available in the source tree (an example), but
201
201
# other modules may be plugged in to pulldown against organisation-specific
202
202
# pulldown backends."""))
203
203
config_options.append(ConfigOption("svn_addr", "http://svn.localhost/",