ImportErrors are uncovered

This commit is contained in:
Mike McLean 2016-10-12 20:08:35 -04:00
parent e225cfcea2
commit a1c8808544
13 changed files with 20 additions and 20 deletions

View file

@ -25,7 +25,7 @@ from koji.util import LazyDict
try:
from mod_python import apache
except ImportError:
except ImportError: # pragma: no cover
apache = None