0

Merge pull request #1356 from overviewer/python2

Replace `python` with `python2`
This commit is contained in:
Nicolas F
2017-03-17 16:54:25 +01:00
committed by GitHub
3 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python2
# -*- coding: iso-8859-1 -*-
#
# progressbar - Text progressbar library for python.