add comment to test.py

This commit is contained in:
arvidn 2015-07-27 23:11:56 -07:00
parent 75dc8b7997
commit 7780cb2699
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
#!/usr/bin/env python
# this name "py_libtorrent" is the name produced by the Jamfile. The setup.py
# will actually name it libtorrent for the distro. It's only called
# py_libtorrent here to be able to coexist with the main libtorrent.so on linux
# (which otherwise would have the same name in the same directory)
import py_libtorrent as lt
import unittest