ó
š –Qc           @   s   d  Z  d „  Z d S(   sÏ   
Python module 'pydoc' causes the inclusion of Tcl/Tk library even in case
of simple hello_world script. Most of the we do not want this behavior.

This hook just removes this implicit dependency on Tcl/Tk.
c         C   sB   x; t  |  j ƒ D]* \ } } | d d k r |  j | =Pq q W|  S(   Ni    t   Tkinter(   t	   enumeratet   imports(   t   modt   it   m(    (    s_   C:\Users\Salopaasi\My Documents\pyinstaller-pyinstaller-275d4c9\PyInstaller\hooks\hook-pydoc.pyt   hook   s
    
N(   t   __doc__R   (    (    (    s_   C:\Users\Salopaasi\My Documents\pyinstaller-pyinstaller-275d4c9\PyInstaller\hooks\hook-pydoc.pyt   <module>   s   