Description: Import correct plugin when building documentation.
Author: Jakub Wilk <jwilk@debian.org>
Bug: http://tech.groups.yahoo.com/group/gamera-devel/message/2211
Forwarded: yes
Last-Update: 2012-02-13

--- a/doc/gendoc.py
+++ b/doc/gendoc.py
@@ -10,7 +10,7 @@
    # If the plugins are not already installed, we'll just ignore
    # them and generate the narrative documentation.
    try:
-      from gamera.toolkits.ocr.plugins import clear
+      from gamera.toolkits.ocr.plugins import bbox_merging_mcmillan
    except ImportError:
       print "WARNING:"
       print "This `ocr` toolkit must be installed before generating"
