Check-in [1f5a45d79b]
Overview
Comment: | Fix `st2.py` name/location in comment. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1f5a45d79be55e96701d3c657dc4a4bd |
User & Date: | mario on 2015-04-29 05:39:35 |
Other Links: | manifest | tags |
Context
2015-04-29
| ||
22:54 | PublicRadioFan directory plugin. (Works ok, but fetching is somewhat slow.) check-in: 747be98229 user: mario tags: trunk | |
05:39 | Fix `st2.py` name/location in comment. check-in: 1f5a45d79b user: mario tags: trunk | |
05:38 | Support "TV" channel for UbuntuUsers. (Albeit few are still working.) check-in: 8939760832 user: mario tags: trunk | |
Changes
Modified bin from [393485f2cc] to [26fdffbcd8].
1 2 3 4 5 6 | #!/usr/bin/env python # api: cli # type: wrapper # title: streamtuner2 # pack: bin=/usr/bin/streamtuner2 # | | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 | #!/usr/bin/env python # api: cli # type: wrapper # title: streamtuner2 # pack: bin=/usr/bin/streamtuner2 # # Invocation script for /usr/share/streamtuner2/st2.py import sys sys.path.insert(0, "/usr/share/streamtuner2") import st2 st2.main() |