summaryrefslogtreecommitdiffstats
path: root/__main__.py
Commit message (Collapse)AuthorAgeFilesLines
* general: use python2 (sys.executable), not python (PEP 394)Jan Pokorný2015-04-081-4/+5
| | | | | | | | Hopefully there is no major roadblock making this change unreasonable at this point in time (checked commonly used RHEL, Fedora, Debian/Ubuntu -- the latter also for seamless integration with Travis CI). Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* __main__: remove shebang, not executable file anywayJan Pokorný2015-01-141-1/+0
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Expose CLI frontend to be runnable via "python -m" syntaxJan Pokorný2014-09-221-0/+16
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>