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 Big Stone
Recipients Big Stone, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-02-16.11:53:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487246000.63.0.570974856867.issue29578@psf.upfronthosting.co.za>
In-reply-to
Content
ok, I found this as a possible workaound. I hope it's correct

on t2.py, specify the __path__ variable before importing t1.

import os
__path__=[os.path.dirname(os.path.abspath(__file__))]
from . import t1
print("t2 done")
History
Date User Action Args
2017-02-16 11:53:20Big Stonesetrecipients: + Big Stone, paul.moore, tim.golden, zach.ware, steve.dower
2017-02-16 11:53:20Big Stonesetmessageid: <1487246000.63.0.570974856867.issue29578@psf.upfronthosting.co.za>
2017-02-16 11:53:20Big Stonelinkissue29578 messages
2017-02-16 11:53:20Big Stonecreate