diff -r ac84ac3c0f05 -r f0cb7579c0b4 DebugClients/Python/coverage/control.py --- a/DebugClients/Python/coverage/control.py Sat Jul 05 11:41:14 2014 +0200 +++ b/DebugClients/Python/coverage/control.py Sat Jul 05 12:13:23 2014 +0200 @@ -11,7 +11,7 @@ from .debug import DebugControl from .files import FileLocator, TreeMatcher, FnmatchMatcher from .files import PathAliases, find_python_files, prep_patterns -#from .html import HtmlReporter # Comment for eric5 +#from .html import HtmlReporter # Comment for eric6 from .misc import CoverageException, bool_or_none, join_regex from .misc import file_be_gone from .results import Analysis, Numbers