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/hash/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/pycryptopp/hash/__init__.py (limited to 'src/pycryptopp/hash/__init__.py') diff --git a/src/pycryptopp/hash/__init__.py b/src/pycryptopp/hash/__init__.py new file mode 100644 index 0000000..5399f81 --- /dev/null +++ b/src/pycryptopp/hash/__init__.py @@ -0,0 +1,3 @@ +import sha256 + +quiet_pyflakes=[sha256] -- cgit v1.2.3