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
|
||||
import os, sys, io
|
||||
#!/usr/bin/env python
|
||||
import os, sys, string, io
|
||||
try:
|
||||
from StringIO import StringIO
|
||||
except ImportError:
|
||||
|
|
Loading…
Reference in New Issue