Commit 9fa28edd by Steven Bird
parent 916670d8
...@@ -1133,7 +1133,7 @@ class DownloaderGUI(object): ...@@ -1133,7 +1133,7 @@ class DownloaderGUI(object):
COLUMNS = ['', 'Identifier', 'Name', 'Size', 'Status', COLUMNS = ['', 'Identifier', 'Name', 'Size', 'Status',
'Unzipped Size', 'Unzipped Size',
'Copyright', 'Contact', 'License', 'Author', 'Copyright', 'Contact', 'License', 'Author',
'SVN Revision', 'Subdir', 'Checksum'] 'Subdir', 'Checksum']
"""A list of the names of columns. This controls the order in """A list of the names of columns. This controls the order in
which the columns will appear. If this is edited, then which the columns will appear. If this is edited, then
``_package_to_columns()`` may need to be edited to match.""" ``_package_to_columns()`` may need to be edited to match."""
......
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