Remove references to psutil.error in Android Buildbot scripts
commit1a1f95be69c2586798f3872f0c1f6aaea2565609
authora.kotkavuo <a.kotkavuo@partner.samsung.com>
Wed, 22 Oct 2014 18:58:12 +0000 (22 11:58 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 22 Oct 2014 18:58:26 +0000 (22 18:58 +0000)
treeb1a787f0ef67b3984a5a8c3931a164216065bb18
parent2fcb4c342e0a05ab2b5449cc14e52d47a91ebf89
Remove references to psutil.error in Android Buildbot scripts

The error module is not a part of psutil's API and it has been moved
to _error in recent releases. The exceptions in psutil are supposed to
be accessed directly from the top level module.

BUG=406396
R=frankf@chromium.org

Review URL: https://codereview.chromium.org/497763002

Cr-Commit-Position: refs/heads/master@{#300724}
AUTHORS
build/android/buildbot/bb_device_status_check.py