fix figleaf plugin import

--HG--
branch : 1.0.x
This commit is contained in:
holger krekel 2009-07-08 19:57:45 +02:00
parent 8f0a85aee1
commit 2603a0b76e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ write and report coverage data using the 'figleaf' module.
"""
import py
figleaf = py.test.importorskip("figleaf.annote_html")
figleaf = py.test.importorskip("figleaf.annotate_html")
def pytest_addoption(parser):
group = parser.addgroup('figleaf options')