Mercurial > p > roundup > code
diff roundup/support.py @ 7846:8ef97f7cfb6d
test: add tests for support.py: PrioList, Progress, TruthDict
Also removed an obsolete comment for Progress.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 30 Mar 2024 23:25:43 -0400 |
| parents | 33eb82ad26ba |
| children | 224ccb8b49ca |
line wrap: on
line diff
--- a/roundup/support.py Sat Mar 30 21:48:17 2024 -0400 +++ b/roundup/support.py Sat Mar 30 23:25:43 2024 -0400 @@ -68,7 +68,6 @@ class Progress: '''Progress display for console applications. - See __main__ block at end of file for sample usage. ''' def __init__(self, info, sequence): self.info = info
