%PDF- %PDF-
| Direktori : /opt/plesk/python/2.7/lib64/python2.7/test/ |
| Current File : //opt/plesk/python/2.7/lib64/python2.7/test/test_importlib.pyc |
�
5}�ac @ s� d d l Z d d l Z d d l Z d d l Z d d l Z e j d � � Z e j d � � Z d e f d � � YZ d e j
f d � � YZ d � Z e
d k r� e � n d S(
i����Nc g s� xT | D]L } | d k r1 t d j | � � � n y t j | =Wq t k
rR q Xq Wz d VWd x0 | D]( } y t j | =Wqj t k
r� qj Xqj WXd S( s� Uncache a module from sys.modules.
A basic sanity check is performed to prevent uncaching modules that either
cannot/shouldn't be uncached.
t syst marshalt imps. cannot uncache {0} as it will break _importlibN( R R R ( t
ValueErrort formatR t modulest KeyError( t namest name( ( s<