From 7780cb2699868267b08f8cc6c7fe0cf5723592f9 Mon Sep 17 00:00:00 2001 From: arvidn Date: Mon, 27 Jul 2015 23:11:56 -0700 Subject: [PATCH] add comment to test.py --- bindings/python/test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bindings/python/test.py b/bindings/python/test.py index b4eaecb48..f1d851a55 100644 --- a/bindings/python/test.py +++ b/bindings/python/test.py @@ -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