From 7224fa71966cd6c534f9aaaa451bae7557cbece8 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Fri, 21 Sep 2007 01:18:32 +0000 Subject: [PATCH] Fix extensions. --- libtorrent/bindings/python/src/extensions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libtorrent/bindings/python/src/extensions.cpp b/libtorrent/bindings/python/src/extensions.cpp index 1951446ed..648adbbd4 100755 --- a/libtorrent/bindings/python/src/extensions.cpp +++ b/libtorrent/bindings/python/src/extensions.cpp @@ -142,6 +142,7 @@ void bind_extensions() // TODO move to it's own file class_("peer_connection", no_init); + class_ >("torrent_plugin", no_init); def("create_ut_pex_plugin", create_ut_pex_plugin); def("create_metadata_plugin", create_metadata_plugin); }