From 30e9097985656920f01a72efc1088caa2b8d41b3 Mon Sep 17 00:00:00 2001 From: bertagaz Date: Tue, 14 Jun 2011 15:26:19 +0200 Subject: Imported Upstream version 0.5.29 --- pycryptopp/hash/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pycryptopp/hash/__init__.py (limited to 'pycryptopp/hash/__init__.py') diff --git a/pycryptopp/hash/__init__.py b/pycryptopp/hash/__init__.py new file mode 100644 index 0000000..5399f81 --- /dev/null +++ b/pycryptopp/hash/__init__.py @@ -0,0 +1,3 @@ +import sha256 + +quiet_pyflakes=[sha256] -- cgit v1.2.3