Skip to content

Commit

Permalink
Fix the docs
Browse files Browse the repository at this point in the history
Doh ... missing import renders except impotent!
  • Loading branch information
waveform80 committed Jul 19, 2018
1 parent 621d976 commit 4c5b22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pisense/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
import fcntl
import termios

from pkg_resources import require, VersionConflict
from pkg_resources import require, VersionConflict, DistributionNotFound
try:
# Check whether we're dealing with an old numpy version which doesn't
# implement ndarray.__array_ufunc__; in this case we have to do something
Expand Down

0 comments on commit 4c5b22d

Please sign in to comment.