Artifact [26fdffbcd8]
Artifact 26fdffbcd8b00f17202781a5c6db76dc49b5469e:
- Executable file bin — part of check-in [1f5a45d79b] at 2015-04-29 05:39:35 on branch trunk — Fix `st2.py` name/location in comment. (user: mario, size: 243) [annotate] [blame] [check-ins using]
#!/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()