#call.py from test import aaa import test print("-------------") aaa() print ('call::now __name__ is %s' %__name__)