X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/fcc8f4ca09d374f3130f5ced3891f455a7eee3cb..ad52a33f047ab69cf0daef7b9a84a701ae54d41e:/t/t-misc.py diff --git a/t/t-misc.py b/t/t-misc.py index fb84091..66ea0e1 100644 --- a/t/t-misc.py +++ b/t/t-misc.py @@ -34,7 +34,6 @@ import unittest as U class Tests (U.TestCase): def test_path(me): - print(M.__file__) me.assertTrue(M.__file__.startswith("build")) ###----- That's all, folks --------------------------------------------------