Fix a bad assumption that all objects assigned to '__loader__' on a module
commitf395efa6823889e1fd8735b60a2cec1c5b9e179d
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 6 Dec 2006 23:38:48 +0000 (6 23:38 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 6 Dec 2006 23:38:48 +0000 (6 23:38 +0000)
treea8753123d90554f3732e84a86341c520200485e4
parent4d5f5485f988f1cb9298af36de7c3c2d7f999aca
Fix a bad assumption that all objects assigned to '__loader__' on a module
will have a '_files' attribute.

git-svn-id: http://svn.python.org/projects/python/trunk@52945 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/ctypes/test/__init__.py