blob: 80f2ac3e6e1b3c2efb82a559a4de889233ac09f1 [file] [log] [blame]
try:
from crcmod.crcmod import *
import crcmod.predefined
except ImportError:
# Make this backward compatible
from crcmod import *
import predefined
__doc__ = crcmod.__doc__