From e7372290e93e2fa26237e2ecbe257c8ccc4dce30 Mon Sep 17 00:00:00 2001 From: zyp Date: Fri, 27 Oct 2006 11:30:01 +0000 Subject: [project @ zyp-20061027113001-b3ca581e0efa4fa6] [project @ 65] This should not be here. --- hash/hash_wrapper.cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 hash/hash_wrapper.cpp (limited to 'hash/hash_wrapper.cpp') diff --git a/hash/hash_wrapper.cpp b/hash/hash_wrapper.cpp deleted file mode 100644 index a4173b9..0000000 --- a/hash/hash_wrapper.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include "hash.h" - -#include -using namespace boost::python; - -BOOST_PYTHON_MODULE(_hash) -{ - class_("Hash") - .def("update", &Hash::update) - .def("crc32", &Hash::crc32) - .def("ed2k", &Hash::ed2k) - .def("md5", &Hash::md5) - .def("sha1", &Hash::sha1); -} -- cgit v1.2.3