Merge pull request #970 from Carreau/__main__

Allow python -m xonsh
This commit is contained in:
Anthony Scopatz 2016-05-21 15:19:32 -04:00
commit 6b90b11bd8

2
xonsh/__main__.py Normal file
View file

@ -0,0 +1,2 @@
from xonsh.main import main
main()