Bug 1196253 - update in-tree psutil to 3.1.1. r=gps
This commit is contained in:
@@ -31,13 +31,13 @@ pkts-sent 0 0
|
||||
pkts-recv 1214470 0
|
||||
"""
|
||||
|
||||
import sys
|
||||
import os
|
||||
if os.name != 'posix':
|
||||
sys.exit('platform not supported')
|
||||
import atexit
|
||||
import curses
|
||||
import time
|
||||
import sys
|
||||
try:
|
||||
import curses
|
||||
except ImportError:
|
||||
sys.exit('platform not supported')
|
||||
|
||||
import psutil
|
||||
|
||||
|
||||
Reference in New Issue
Block a user