From 5e60e0e3af85f22aa0afe8bf0ecf85619afacfeb Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 22 Aug 2013 16:39:52 -0400 Subject: Imported Upstream version 0.6.0.12 --- src/pycryptopp/cipher/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/pycryptopp/cipher/__init__.py (limited to 'src/pycryptopp/cipher/__init__.py') diff --git a/src/pycryptopp/cipher/__init__.py b/src/pycryptopp/cipher/__init__.py new file mode 100644 index 0000000..0ebfadf --- /dev/null +++ b/src/pycryptopp/cipher/__init__.py @@ -0,0 +1,4 @@ +import aes +import xsalsa20 + +quiet_pyflakes=[aes, xsalsa20] -- cgit v1.2.3