~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 08:55:38 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:819
setup/configure.py: Added "import sys".

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
import optparse
29
29
import getopt
30
30
import os
 
31
import sys
31
32
import hashlib
32
33
import uuid
33
34
from setup.setuputil import query_user
190
191
    """
191
192
# Format string for LDAP auth request
192
193
# (Must contain a single "%s" for the user's login name)"""))
 
194
config_options.append(ConfigOption("subject_pulldown_modules", "",
 
195
    """Comma-separated list of subject pulldown modules.
 
196
Add proprietary modules to automatically enrol students in subjects.""",
 
197
    """
 
198
# Comma-separated list of subject pulldown modules.
 
199
# These refer to importable Python modules in the lib/pulldown_subj directory.
 
200
# No modules are available in the source tree, but
 
201
# other modules may be plugged in to pulldown against organisation-specific
 
202
# pulldown backends."""))
193
203
config_options.append(ConfigOption("svn_addr", "http://svn.localhost/",
194
204
    """Subversion config
195
205
=================