MINI MINI MANI MO
3
  \.                 @   s  d Z ddlZddlZddlZddlZddlmZmZ ddgZ	G dd de
ZG dd	 d	e
Zd d
dZ
d!dd
ZefddZG dd deZd"ddZd#ddZefddZdd Zd$ddZedk reejdk  redejd nejd= eejd  dS )%aZ  runpy.py - locating and running Python code using the module namespace
Provides support for locating and running Python scripts using the Python
module namespace instead of the native filesystem.
This allows Python code to play nicely with non-filesystem based PEP 302
importers when locating support scripts as well as when importing modules.
    N)	read_codeget_importer
run_modulerun_pathc               @   s(   e Zd ZdZdd Zdd Zdd ZdS )	_TempModulezCTemporarily replace a module in sys.modules with an empty namespacec             C   s   || _ tj|| _g | _d S )N)mod_nametypes
ModuleTypemodule
_saved_module)selfr    r
   /usr/lib64/python3.6/runpy.py__init__   s    z_TempModule.__init__c             C   sB   | j }y| jjtj|  W n tk
r0   Y nX | jtj|<