<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
ó
zfc           @   s!   d  d l  Td d d „  ƒ  YZ d S(   iÿÿÿÿ(   t   *t   Dialogc           B   s5   e  Z d Z d d  „ Z d „  Z d „  Z d „  Z RS(   c         K   sT   t  d k  r t d ‚ n  | |  _ | |  _ | rP | j d ƒ rP | d |  _ n  d  S(   NgÍÌÌÌÌÌ@s$   this module requires Tk 4.2 or newert   parent(   t	   TkVersiont   TclErrort   mastert   optionst   get(   t   selfR   R   (    (    s-   /usr/lib64/python2.7/lib-tk/tkCommonDialog.pyt   __init__   s    		c         C   s   d  S(   N(    (   R   (    (    s-   /usr/lib64/python2.7/lib-tk/tkCommonDialog.pyt   _fixoptions   s    c         C   s   | S(   N(    (   R   t   widgett   result(    (    s-   /usr/lib64/python2.7/lib-tk/tkCommonDialog.pyt
   _fixresult   s    c         K   s   x' | j  ƒ  D] \ } } | |  j | <q W|  j ƒ  t |  j ƒ } z: | j j |  j | j |  j ƒ Œ } |  j	 | | ƒ } Wd  y | j
 ƒ  Wn n XX| S(   N(   t   itemsR   R
   t   FrameR   t   tkt   callt   commandt   _optionsR   t   destroy(   R   R   t   kt   vt   wt   s(    (    s-   /usr/lib64/python2.7/lib-tk/tkCommonDialog.pyt   show"   s    
$N(   t   __name__t
   __module__t   NoneR   R	   R
   R   R   (    (    (    s-   /usr/lib64/python2.7/lib-tk/tkCommonDialog.pyR      s
   		N(    (   t   TkinterR   (    (    (    s-   /usr/lib64/python2.7/lib-tk/tkCommonDialog.pyt   <module>   s   
