mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-05 19:07:06 +03:00
Revert "MakeHeader.py: use python3 shebang"
This reverts commit 40ac7a88af5a2c7c0d03ca4ddb09cde01f7e80c5. 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…
x
Reference in New Issue
Block a user