colout/colout.py uses python3, whereas it really needs python2,

also add requirement in setup, makes it auto-install requirement
package.
This commit is contained in:
Xu Di 2013-04-22 13:34:06 +08:00
commit 37934e9266
4 changed files with 12 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
#encoding: utf-8
# Color Up Arbitrary Command Ouput