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

@ -46,7 +46,7 @@ from ConfigParser import ConfigParser
from optparse import OptionParser
try:
import krbV
except ImportError:
except ImportError: # pragma: no cover
pass