Diff
Differences From Artifact [080458f838]:
- File contrib/startup_workdir.py — part of check-in [04b43d90af] at 2016-10-09 12:18:15 on branch trunk — Mini plugin to set current working directory on startup. (user: mario, size: 923) [annotate] [blame] [check-ins using]
To Artifact [588e781680]:
- File contrib/startup_workdir.py — part of check-in [09dec64f41] at 2016-12-16 16:26:55 on branch trunk — Reverted all `module = __name__` assignments, because that was carrying the module over, not the base classname. Added #extraction-method: meta information to channel plugins. (user: mario, size: 932) [annotate] [blame] [check-ins using]
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | - + | # for streamripper with a parameter. from config import conf import os, os.path # Stop button class startup_workdir(object): |