Changeset 7be18839 in trunk
- Timestamp:
- 2020-05-22T23:39:32Z (5 years ago)
- Branches:
- master
- Children:
- aecd908
- Parents:
- 5fdd61b1
- git-author:
- Sajith Sasidharan <sajith@…> (2020-05-22 17:28:16)
- git-committer:
- Sajith Sasidharan <sajith@…> (2020-05-22 23:39:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/web/unlinked.py ¶
r5fdd61b1 r7be18839 79 79 80 80 def __init__(self, upload_results): 81 """ 82 :param IUploadResults upload_results: stats provider. 83 """ 81 84 super(UploadResultsPage, self).__init__() 82 85 self._upload_results = upload_results
Note: See TracChangeset
for help on using the changeset viewer.