remove testing hashlib
hashlib is in stdlib from python 2.5, no more need for testing its existence.
This commit is contained in:
parent
6afd45f7b4
commit
1ca24fe567
1 changed files with 0 additions and 1 deletions
|
|
@ -74,7 +74,6 @@ try:
|
|||
import pykickstart.parser as ksparser
|
||||
import pykickstart.handlers.control as kscontrol
|
||||
import pykickstart.errors as kserrors
|
||||
import hashlib
|
||||
import iso9660 # from pycdio
|
||||
image_enabled = True
|
||||
except ImportError: # pragma: no cover
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue