Diff
Differences From Artifact [80b2da3d25]:
- File channels/_generic.py — part of check-in [8c1da4e0f7] at 2014-05-26 15:32:28 on branch trunk — Move status.progressbar init and cleanup into GenericChannel.load() (user: mario, size: 21421) [annotate] [blame] [check-ins using]
To Artifact [babd4a0b90]:
- File channels/_generic.py — part of check-in [898d5ecf64] at 2014-05-31 23:32:29 on branch trunk — less debug output (user: mario, size: 21422) [annotate] [blame] [check-ins using]
︙ | |||
45 46 47 48 49 50 51 | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | - + | # generic channel module --------------------------------------- class GenericChannel(object): # desc module = "generic" title = "GenericChannel" |
︙ |