github.com/whamcloud/lemur@v0.0.0-20190827193804-4655df8a52af/packaging/ci/lambda/GitPullS3/cffi/__init__.py (about) 1 __all__ = ['FFI', 'VerificationError', 'VerificationMissing', 'CDefError', 2 'FFIError'] 3 4 from .api import FFI, CDefError, FFIError 5 from .ffiplatform import VerificationError, VerificationMissing 6 7 __version__ = "1.7.0" 8 __version_info__ = (1, 7, 0) 9 10 # The verifier module file names are based on the CRC32 of a string that 11 # contains the following version number. It may be older than __version__ 12 # if nothing is clearly incompatible. 13 __version_verifier_modules__ = "0.8.6"