AlkantarClanX12
Current Path : /opt/alt/python33/lib64/python3.3/__pycache__/ |
Current File : //opt/alt/python33/lib64/python3.3/__pycache__/runpy.cpython-33.pyc |
� ��f�( c @ s d Z d d l Z d d l Z d d l Z d d l Z d d l m Z m Z m Z d d g Z Gd d � d e � Z Gd d � d e � Z d d d d d d d � Z d d d d d d d � Z d d � Z d d � Z d d d � Z d d d d d � Z d d � Z d d � Z d d d d � Z e d k r{e e j � d k r]e d d e j �q{e j d =e e j d � n d S( uZ 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. i N( u read_codeu get_loaderu get_importeru run_moduleu run_pathc B s>