Improve English
[python-cryptoplus.git] / src / CryptoPlus / __init__.py
blobadd0b8bc6450751f5cb8be97a664857d53f680b8
1 from pkg_resources import parse_version
2 import Crypto
3 __all__ = ["Cipher","PublicKey","Util","Protocol","Hash","testvectors","SelfTest"]
5 if parse_version(Crypto.__version__) > parse_version("2.0.1"):
6 __all__.append("Random")
8 #del parse_version
9 #del Crypto