changeset 38935:ab19d7256805

[backport] Assume gnulib is checked out from Git, not CVS commit 435f1d7ad985d95a6000e55e3fc398300b04ba12 Author: Stefano Lattarini <stefano.lattarini@gmail.com> Date: Sat May 4 10:30:14 2013 +0200 Assume gnulib is checked out from Git, not CVS In fact, access to the gnulib repository through CVS has been disabled, or more precisely, got broken and was never restored; see: <http://lists.gnu.org/archive/html/bug-gnulib/2013-05/msg00008.html>
author Dmitry Selyutin <ghostmansd@gmail.com>
date Sat, 09 Sep 2017 19:56:33 +0300
parents 2f079c32891f
children 0bab13d52528
files pygnulib/filesystem.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pygnulib/filesystem.py	Sat Sep 09 19:48:53 2017 +0300
+++ b/pygnulib/filesystem.py	Sat Sep 09 19:56:33 2017 +0300
@@ -75,7 +75,6 @@
         "."                 : str.startswith,
         "~"                 : str.endswith,
         "-tests"            : str.endswith,
-        "CVS"               : str.startswith,
         "ChangeLog"         : str.__eq__,
         "COPYING"           : str.__eq__,
         "README"            : str.__eq__,