Repository URL to install this package:
|
Version:
4.0.108 ▾
|
contego
/
home
/
tvault
/
.virtenv
/
lib
/
python2.7
/
site-packages
/
oslo_concurrency
/
lockutils.pyc
|
|---|
ó
¼EYc @ sP d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l
Z
d d l m Z d d l
m Z d d l
m Z d d l Z d d l m Z m Z e j e Z e j d d e d d d
d e j d d e j j d
d d d
d g Z d Z e j Z e e d Z d Z e
j! Z! e
j" Z" d e# f d YZ$ e$ Z% d d Z' d d d Z( d d d d Z) d d Z* e j+ d e d e, d d d Z- d e d d d d Z. d Z/ d Z0 d Z1 d Z2 e d k rLe3 e d n d S(! iÿÿÿÿN( t cfg( t
reflection( t timeutils( t _t _LIt disable_process_lockingt defaultt helps( Enables or disables inter-process locks.t deprecated_groupt DEFAULTt lock_patht OSLO_LOCK_PATHsú Directory to use for lock files. For security, the specified directory should only be writable by the user running the processes that need locking. Defaults to environment variable OSLO_LOCK_PATH. If external locks are used, a lock path must be set.c C s | j t d d d S( Nt groupt oslo_concurrency( t
register_optst _opts( t conf( ( sO /home/tvault/.virtenv/lib/python2.7/site-packages/oslo_concurrency/lockutils.pyt _register_opts6 s c C s t j t d | d S( sg Set value for lock_path.
This can be used by tests to set lock_path to a temporary directory.
R
N( R t set_defaultsR ( R
( ( sO /home/tvault/.virtenv/lib/python2.7/site-packages/oslo_concurrency/lockutils.pyR >