Fix Sphinx build failing due to missing psutil import.

hotfix/pin-psutil-version
Isis Lovecruft 2013-12-03 10:54:13 +00:00
parent 83f37272b3
commit 96c3ee97f9
No known key found for this signature in database
GPG Key ID: 5C17776E27F7E84D
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
# serve to show the default.
import sys, os
import psutil
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the