merged python fix from RC_0_16

This commit is contained in:
Arvid Norberg 2012-10-24 17:11:18 +00:00
parent c5dd36f025
commit 068ce3c896
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ void bind_create_torrent()
.value("merkle", create_torrent::merkle)
.value("modification_time", create_torrent::modification_time)
.value("symlinks", create_torrent::symlinks)
.value("calculate_file_hashes", create_torrent::calculate_file_hashes)
;
def("add_files", add_files0, (arg("fs"), arg("path"), arg("flags") = 0));