<!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>
ž
¦ÿfÿ
  c               @   sa  d  Z  d d l m Z d d l Z d Z d Z d Z zÍ d e k rV e d Z	 d Z n  e d e d <d e k rŠ e d Z d Z e d =n  d e k r° e d Z d Z e d =n  d d l Z e d e d <e d =e d e d	 <e d =d d
 l Td d l m Z Wd e re e d <[ n  [ e r3e e d <[ n  [ e rLe	 e d <[	 n e d =[ [ [ Xd S(   ua  Faux ``threading`` version using ``dummy_thread`` instead of ``thread``.

The module ``_dummy_threading`` is added to ``sys.modules`` in order
to not have ``threading`` considered imported.  Had ``threading`` been
directly imported it would have made all subsequent imports succeed
regardless of whether ``_thread`` was available which is not desired.

i    (   u   modulesNu   _threadu   _dummy_threadu	   threadingu   _threading_localu   _dummy_threadingu   _dummy__threading_local(   u   *(   u   __all__FT(   u   __doc__u   sysu   modulesu   sys_modulesu   _dummy_threadu   Falseu   holding_threadu   holding_threadingu   holding__threading_localu   held_threadu   Trueu   held_threadingu   held__threading_localu	   threadingu   _dummy_threadingu   __all__(    (    (    u4   /opt/alt/python33/lib64/python3.3/dummy_threading.pyu   <module>   sP   
	







