mirror of https://github.com/xzeldon/htop.git
Revert "MakeHeader.py: use python3 shebang"
This reverts commit 40ac7a88af
.
as it causes build failure on non-python3 platforms.
This commit is contained in:
parent
6900e57efd
commit
b3aef4ea3a
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python
|
||||||
import os, sys, io
|
import os, sys, string, io
|
||||||
try:
|
try:
|
||||||
from StringIO import StringIO
|
from StringIO import StringIO
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|
Loading…
Reference in New Issue