From 56be59fbcdc0ba54ccea0d09d49ef28dace3d65d Mon Sep 17 00:00:00 2001 From: Michal 'vorner' Vaner Date: Wed, 7 Dec 2011 15:35:11 +0100 Subject: [PATCH] [1429] Comment explaining importing twice --- src/bin/bind10/tests/bind10_test.py.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/bind10/tests/bind10_test.py.in b/src/bin/bind10/tests/bind10_test.py.in index f6ad0e9141..132769417e 100644 --- a/src/bin/bind10/tests/bind10_test.py.in +++ b/src/bin/bind10/tests/bind10_test.py.in @@ -13,6 +13,9 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +# Most of the time, we omit the "bind10_src" for brevity. Sometimes, +# we want to be explicit about what we do, like when hijacking a library +# call used by the bind10_src. from bind10_src import ProcessInfo, BoB, parse_args, dump_pid, unlink_pid_file, _BASETIME import bind10_src