diff roundup/backends/portalocker.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 d269f5f04f7a
line wrap: on
line diff
--- a/roundup/backends/portalocker.py	Wed Nov 16 08:05:41 2011 -0500
+++ b/roundup/backends/portalocker.py	Wed Nov 16 09:51:38 2011 -0500
@@ -1,9 +1,6 @@
 # portalocker.py - Cross-platform (posix/nt) API for flock-style file locking.
 #                  Requires python 1.5.2 or better.
 
-# ID line added by richard for Roundup file tracking
-# $Id: portalocker.py,v 1.9 2006-09-09 05:42:45 richard Exp $
-
 """Cross-platform (posix/nt) API for flock-style file locking.
 
 Synopsis::

Roundup Issue Tracker: http://roundup-tracker.org/