remove encoding

This commit is contained in:
Anthony Scopatz 2015-03-23 01:26:01 -05:00
parent a938e5e116
commit dd84efffb4
3 changed files with 4 additions and 3 deletions

View file

@ -1 +1,3 @@
which python
python -V
python setup.py install

View file

@ -6,8 +6,8 @@ source:
fn: xonsh.tar.gz
url: https://github.com/scopatz/xonsh/archive/master.tar.gz
build:
script: python setup.py install
#build:
# script: python setup.py install
requirements:
build:

View file

@ -1,5 +1,4 @@
#!/usr/bin/env python
# coding=utf-8
"""The xonsh installer."""
from __future__ import print_function, unicode_literals
import os