Added -a for force_ascii, utf-8 by default

This commit is contained in:
Robert Greener
2015-03-08 21:28:36 +00:00
parent bc9e36f7af
commit d6620dbdbe
3 changed files with 38 additions and 11 deletions

7
__main__.py Normal file
View File

@@ -0,0 +1,7 @@
# Entry point for rtv module
# Run by moving into the top level directory (the one with setup.py)
# and typing "python -m rtv"
from rtv.main import main
main()