fixes bug where priorities where lost when force-rechecking.
[libtorrent.git] / bindings / python / src / torrent.cpp
blob7b2ba76b463822fec67654341dc8771939b86dee
1 // Copyright Daniel Wallin 2007. Use, modification and distribution is
2 // subject to the Boost Software License, Version 1.0. (See accompanying
3 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 #include <libtorrent/torrent.hpp>
6 #include <boost/python.hpp>
8 using namespace boost::python;
9 using namespace libtorrent;
11 void bind_torrent()
13 class_<torrent, boost::noncopyable>("torrent", no_init);