diff options
| author | Dimitris Zlatanidis <dslackw@gmail.com> | 2024-02-13 09:55:49 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-13 11:38:28 +0700 |
| commit | 6b5049274d16322ab11a9af29dff7f2a26a555a7 (patch) | |
| tree | cb4b802cad1f27996cd31d8daceb702c64cbaa48 /python/python2-lockfile/README | |
| parent | f9474c34ae3e5666aaff41ad8a2a74d4685dff3e (diff) | |
python/python2-lockfile: Added (file locking module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-lockfile/README')
| -rw-r--r-- | python/python2-lockfile/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python2-lockfile/README b/python/python2-lockfile/README new file mode 100644 index 0000000000..c46df9a3c3 --- /dev/null +++ b/python/python2-lockfile/README @@ -0,0 +1,3 @@ +The lockfile package exports a LockFile class which provides +a simple API for locking files. + |
