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

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: mattgiuca
  • Date: 2008-02-01 02:25:59 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:363
setup.py: Added new config option - "database name"

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
    """Port of the DB server:""",
211
211
    """
212
212
# Database server port"""))
 
213
config_options.append(ConfigOption("db_dbname", "ivle",
 
214
    """Database name:""",
 
215
    """
 
216
# Database name"""))
213
217
config_options.append(ConfigOption("db_user", "postgres",
214
218
    """Username for DB server login:""",
215
219
    """