diff options
author | tailor <cygnus@janrain.com> | 2006-03-06 20:15:41 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-03-06 20:15:41 +0000 |
commit | 677fc3afb2e5a36859d6b3b94d12695ce7ae7843 (patch) | |
tree | 09dd01681bcaabae2a8c4601643ad73dc767bcdb /admin/xmlconfig.py | |
parent | d8b74004ed4cc3b17b61e0d56870f08550ee9b2b (diff) | |
download | php-openid-677fc3afb2e5a36859d6b3b94d12695ce7ae7843.zip php-openid-677fc3afb2e5a36859d6b3b94d12695ce7ae7843.tar.gz php-openid-677fc3afb2e5a36859d6b3b94d12695ce7ae7843.tar.bz2 |
[project @ Updated XML generation script to generate verison 1 and version 2 package XML files]
Diffstat (limited to 'admin/xmlconfig.py')
-rw-r--r-- | admin/xmlconfig.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/admin/xmlconfig.py b/admin/xmlconfig.py index d7d4c30..5ebfee6 100644 --- a/admin/xmlconfig.py +++ b/admin/xmlconfig.py @@ -18,11 +18,6 @@ leads = [ 'active': 'yes'} ] -# This is the XML file containing %(...)s formatters. You'll probably -# never want to change this unless you make a copy of package.xml and -# change it somehow. -template = 'package.xml' - # The package name. package_name = 'Auth_OpenID' |