From 3b8cd8d4092a35eb51286e177d5315614f8aa5b6 Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Sun, 22 Oct 2017 12:21:41 +0300 Subject: [PATCH] pygnulib.py: simplify prefix table --- pygnulib.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pygnulib.py b/pygnulib.py index ead918e0ba..786cbe4652 100755 --- a/pygnulib.py +++ b/pygnulib.py @@ -162,9 +162,8 @@ def import_hook(script, gnulib, namespace, verbosity, options, *args, **kwargs): "tests": config.tests_base, "tests=lib": config.tests_base, "po": config.po_base, + "top": "", } - table = {k:v for k,v in table.items() if v} - table["top"] = "" project = ProjectVFS(config.root, **table) local = BaseVFS(config.local, **table) for prefix in table: -- 2.39.5