Your IP : 216.73.216.196
�
�mYc @` s; d Z d d l m Z m Z m Z d � Z d d � Z d S( sT
Provides a function to report all internal modules for using freezing tools
pytest
i ( t absolute_importt divisiont print_functionc C` sD d d l } d d l } t t | � � } | t t | � � 7} | S( sb
Returns a list of module names used by py.test that should be
included by cx_freeze.
i N( t pyt _pytestt listt _iter_all_modules( R R t result( ( sG /opt/alt/python27/lib/python2.7/site-packages/_pytest/freeze_support.pyt freeze_includes s
t c c` s� d d l } d d l } t | � t k rH | j d | j d } } n | } xn | j | g � D]Z \ } } } | r� xB t | j j | | � d | d �D] } | | Vq� Wqa | | Vqa Wd S( s'
Iterates over the names of all modules that can be found in the given
package, recursively.
Example:
_iter_all_modules(_pytest) ->
['_pytest.assertion.newinterpret',
'_pytest.capture',
'_pytest.core',
...
]
i Nt .t prefix(
t ost pkgutilt typet strt __path__t __name__t iter_modulesR t patht join( t packageR R R
R t _t namet
is_packaget m( ( sG /opt/alt/python27/lib/python2.7/site-packages/_pytest/freeze_support.pyR s ",N( t __doc__t
__future__R R R R R ( ( ( sG /opt/alt/python27/lib/python2.7/site-packages/_pytest/freeze_support.pyt <module> s