Commit 29ea5a22 authored by Fabien Morin's avatar Fabien Morin

forget to remove a comment, sorry


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23933 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ee868b10
......@@ -169,9 +169,6 @@ user_pref("signed.applets.codebase_principal_support", true);
user_pref("capability.principal.codebase.p1.id", %s);
user_pref("capability.principal.codebase.p1.subjectName", "");""" % \
'%s:%s' % (host, port)
# pref = file(os.path.join(os.path.dirname(__file__), 'prefs.js')).read()
pref_file = open(os.path.join(profile_dir, 'prefs.js'), 'w')
pref_file.write(prefs_js)
pref_file.close()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment