ImportErrors are uncovered
This commit is contained in:
parent
e225cfcea2
commit
a1c8808544
13 changed files with 20 additions and 20 deletions
|
|
@ -25,7 +25,7 @@ from koji.util import LazyDict
|
|||
|
||||
try:
|
||||
from mod_python import apache
|
||||
except ImportError:
|
||||
except ImportError: # pragma: no cover
|
||||
apache = None
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue