Commit 491a17ab authored by Christophe Dumez's avatar Christophe Dumez

- Added provision_list to bt5list


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8397 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 03793989
......@@ -38,7 +38,7 @@ import tempfile
import shutil
import cgi
property_list = ('title', 'version', 'revision', 'description', 'license', 'dependency_list', 'copyright_list')
property_list = ('title', 'version', 'revision', 'description', 'license', 'dependency_list', 'provision_list', 'copyright_list')
def info(message):
"""Print a message to stdout.
......
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