ImportErrors are uncovered
This commit is contained in:
parent
e225cfcea2
commit
a1c8808544
13 changed files with 20 additions and 20 deletions
|
|
@ -46,7 +46,7 @@ from ConfigParser import ConfigParser
|
|||
from optparse import OptionParser
|
||||
try:
|
||||
import krbV
|
||||
except ImportError:
|
||||
except ImportError: # pragma: no cover
|
||||
pass
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue