mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Linting changes
as reported by lgtm.com
This commit is contained in:
@ -3,7 +3,7 @@ import os, sys, string, io
|
||||
try:
|
||||
from StringIO import StringIO
|
||||
except ImportError:
|
||||
from io import StringIO
|
||||
StringIO = io.StringIO
|
||||
|
||||
ANY=1
|
||||
COPY=2
|
||||
|
Reference in New Issue
Block a user