Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Replace locks and replace with fasteners library provides ones
Browse files Browse the repository at this point in the history
The fasteners library (extracted from this library and a couple other
variations) provides the interprocess lock logic and the reader writer
lock logic so we can remove the local version and we can just use it
from that library instead.

The tests that were ensuring the internals of this file lock have
now moved to the repo where that library is (for the time being),
currently travis is testing that repo against py2.6, py2.7 and py3.4.

https://github.com/harlowja/fasteners/tree/master/fasteners/tests

Docs also exist at:

http://fasteners.readthedocs.org/en/latest/

Change-Id: I98565b22e68358efe28fea62f74f8ebfcc438ff7
  • Loading branch information
harlowja authored and thomasgoirand committed Jul 30, 2015
1 parent 3081007 commit dda3922
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 758 deletions.
Loading

0 comments on commit dda3922

Please sign in to comment.