mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Revert "MakeHeader.py: use python3 shebang"
This reverts commit 40ac7a88af
.
as it causes build failure on non-python3 platforms.
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user