This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients BreamoreBoy, Rodrigue.Alcazar, berker.peksag, bobcatfish, ezio.melotti, flipmcf, michael.foord, ncoghlan, pitrou, r.david.murray
Date 2015-04-16.17:10:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429204226.2.0.339777655851.issue9517@psf.upfronthosting.co.za>
In-reply-to
Content
Alternatively, you can import public functions from support/script_helper.py in support/__init__.py.

Then you can do

    from test.support import assert_python_ok
History
Date User Action Args
2015-04-16 17:10:26berker.peksagsetrecipients: + berker.peksag, ncoghlan, pitrou, ezio.melotti, r.david.murray, michael.foord, BreamoreBoy, Rodrigue.Alcazar, bobcatfish, flipmcf
2015-04-16 17:10:26berker.peksagsetmessageid: <1429204226.2.0.339777655851.issue9517@psf.upfronthosting.co.za>
2015-04-16 17:10:26berker.peksaglinkissue9517 messages
2015-04-16 17:10:26berker.peksagcreate