diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-03-03 14:12:07 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-03-03 14:21:50 +0100 |
commit | 8c27b3fb31fef615e1888eaec9478f6473e58d67 (patch) | |
tree | 2f7cc05297ca846a9dcdf136fc631e28b8429817 /dev-python/python-levenshtein | |
parent | app-shells/fish: add nls support (diff) | |
download | gentoo-8c27b3fb31fef615e1888eaec9478f6473e58d67.tar.gz gentoo-8c27b3fb31fef615e1888eaec9478f6473e58d67.tar.bz2 gentoo-8c27b3fb31fef615e1888eaec9478f6473e58d67.zip |
Restore previously dropped upstream Id keywords from CVS history.
Fixes commits 56bd759df1d0 and 22fd7b2d4764. These files should have
been committed to CVS with the -ko option, in the first place.
Diffstat (limited to 'dev-python/python-levenshtein')
-rw-r--r-- | dev-python/python-levenshtein/files/genextdoc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/python-levenshtein/files/genextdoc.py b/dev-python/python-levenshtein/files/genextdoc.py index 585ce6c24b6d..54ce008e88ac 100644 --- a/dev-python/python-levenshtein/files/genextdoc.py +++ b/dev-python/python-levenshtein/files/genextdoc.py @@ -1,5 +1,6 @@ #!/usr/bin/python # Simple Python extension module doc generator. +# @(#) $Id: genextdoc.py,v 1.4 2003/12/23 22:38:28 yeti Exp $ # Written by Yeti <yeti@physics.muni.cz> # This program is in the public domain. import re, sys, types, inspect |