
VQc           @   s3   d  d l  Z  d  d l Td   Z d   Z e   d S(   iN(   t   *c          C   sA   t    }  t |   } d | d <t | d <| j   |  j   d  S(   Ns   Hello, worldt   textt   command(   t   Tkt   Buttont   quit_callbackt   packt   mainloop(   t   roott   button(    (    s0   /usr/lib64/python2.7/Demo/tkinter/guido/hello.pyt   main   s    	


c           C   s   t  j d  d  S(   Ni    (   t   syst   exit(    (    (    s0   /usr/lib64/python2.7/Demo/tkinter/guido/hello.pyR      s    (   R   t   TkinterR
   R   (    (    (    s0   /usr/lib64/python2.7/Demo/tkinter/guido/hello.pyt   <module>   s   
		