Use psutil instead of netstat subprocess

This commit is contained in:
Seth Schoen
2015-02-19 17:49:27 -08:00
parent 5ab9b7c331
commit fc1617531e
3 changed files with 103 additions and 80 deletions
+1
View File
@@ -26,6 +26,7 @@ install_requires = [
'ConfArgParse',
'jsonschema',
'mock',
'psutil',
'pycrypto',
'PyOpenSSL',
'python-augeas',