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

« back to all changes in this revision

Viewing changes to ivle/conf/conf.py

Fix a bug in the ivle.conf emulation layer, where allowed_uids was a list
rather than a string. This only broke setup.config.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
# pulldown_subj and auth_modules can re-split them.
79
79
subject_pulldown_modules = ','.join(subject_pulldown_modules)
80
80
auth_modules = ','.join(auth_modules)
 
81
allowed_uids = ','.join([str(uid) for uid in allowed_uids])
81
82
 
82
83
# Additional auto-generated config options
83
84