Mini Shell
3
�2[�S � @ s� d dl Z d dlZd dlZd dlZd dlmZ ddlmZ ddlmZ ddlm Z ddlm
Z
ddlmZ dd lmZ dd
lm
Z
e
j� ZdZd ZdZdZdZd
ZdZG dd� d�ZG dd� d�ZdS )� N)�GLib� )�cmdnames)�chnames)�keybindings)�messages)�input_event)�
orca_state)�settings_manager� � �- � c @ sH e Zd ZdZdd� Zdd� Zdd� Zdd � Zd
d� Zdd
� Z dd� Z
dS )�
PriorityQueuez� This class represents a thread **UNSAFE** priority queue where priority
is determined by the given integer priority. The entries are also
maintained in chronological order.
TODO: experiment with Queue.Queue to make thread safe
c C s
g | _ d S )N)�queue)�self� r �!/usr/lib/python3.6/liveregions.py�__init__&