Mercurial > p > roundup > code
diff roundup/backends/locking.py @ 4570:6e3e4f24c753
Remove keyword expansions from CVS. All regression tests passed afterwards.
| author | Eric S. Raymond <esr@thyrsus.com> |
|---|---|
| date | Wed, 16 Nov 2011 09:51:38 -0500 |
| parents | 13b3155869e0 |
| children | 608f140237c9 |
line wrap: on
line diff
--- a/roundup/backends/locking.py Wed Nov 16 08:05:41 2011 -0500 +++ b/roundup/backends/locking.py Wed Nov 16 09:51:38 2011 -0500 @@ -19,8 +19,6 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -# $Id: locking.py,v 1.8 2004-02-11 23:55:09 richard Exp $ - '''This module provides a generic interface to acquire and release exclusive access to a file.
