__init__.py 194 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 try: from crcmod.crcmod import * import crcmod.predefined except ImportError: # Make this backward compatible from crcmod import * import predefined __doc__ = crcmod.__doc__