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

« back to all changes in this revision

Viewing changes to ivle/config/ivle-spec.conf

  • Committer: William Grant
  • Date: 2009-12-14 04:09:57 UTC
  • Revision ID: me@williamgrant.id.au-20091214040957-lpj8koijlkgs616n
So like Python, yet so unlike it, configobj's list syntax is Different®.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
suite = string(default="hardy")
77
77
mirror = string(default="http://archive.ubuntu.com/ubuntu")
78
78
extra_sources = string_list(default=list())
79
 
extra_packages = string_list(
80
 
    default=['python-configobj', 'python-cjson', 'python-svn'])
 
79
extra_packages = string_list(default=list('python-configobj', 'python-cjson', 'python-svn'))
81
80
extra_keys = string(default=None) # Cannot have triple-quoted list members.
82
81
 
83
82
# user_info is for jail-specific settings for the user who owns the jail