mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 01:36:27 +00:00
Updated to psutil 2.0
This commit is contained in:
@@ -32,7 +32,7 @@ if sys.version_info[0] != 3:
|
||||
missing = []
|
||||
try:
|
||||
# noinspection PyUnresolvedReferences
|
||||
from psutil import TOTAL_PHYMEM, Popen
|
||||
from psutil import virtual_memory, Popen
|
||||
except ImportError:
|
||||
missing.append('psutil')
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user