From 0db48936804e78b5a3f63658955a6ade395ca502 Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Sun, 2 Sep 2012 08:22:21 -0400 Subject: [PATCH] DOC: Fix broken doc build due to broken import --- doc/examples/plot_skeleton.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/plot_skeleton.py b/doc/examples/plot_skeleton.py index a0ad692f..65a0ee48 100644 --- a/doc/examples/plot_skeleton.py +++ b/doc/examples/plot_skeleton.py @@ -16,7 +16,7 @@ In the case of boolean, 'True' indicates foreground, and for integer arrays, the foreground is 1's. """ from skimage.morphology import skeletonize -from skimage.draw import draw +from skimage import draw import numpy as np import matplotlib.pyplot as plt