Setup for enviroment and other things, called before downloading (possibly more than one time)
(self)
| 128 | pass |
| 129 | |
| 130 | def setup(self): |
| 131 | """ |
| 132 | Setup for enviroment and other things, called before downloading (possibly more than one time) |
| 133 | """ |
| 134 | pass |
| 135 | |
| 136 | def _setup(self): |
| 137 | #@TODO: Remove in 0.4.10 |