File: //kunden/lib/python3/dist-packages/breezy/__pycache__/library_state.cpython-39.pyc
a
�*�^y � @ sJ d Z ddlmZ dgZddlZddlmZ ee� d� G dd� de�ZdS ) z9The core state needed to make use of bzr is managed here.� )�absolute_import�BzrLibraryStateN� )�lazy_importzl
from breezy import (
cleanup,
config,
osutils,
symbol_versioning,
trace,
ui,
)
c @ s0 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd
S )r a� The state about how breezy has been configured.
This is the core state needed to make use of bzr. The current instance is
currently always exposed as breezy._global_state, but we desired to move
to a point where no global state is needed at all.
:ivar exit_stack: An ExitStack which can be used for cleanups that
should occur when the use of breezy is completed. This is initialised
in __enter__ and executed in __exit__.
c C s&