# package_test.py import user import sys print 'dir(user)' print dir(user) print 'sys.path' print sys.path print 'user.pythonrc' print user.pythonrc