From: Dmitry Selyutin Date: Sun, 22 Oct 2017 09:21:41 +0000 (+0300) Subject: pygnulib.py: simplify prefix table X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=3b8cd8d4092a35eb51286e177d5315614f8aa5b6;p=gnulib.git pygnulib.py: simplify prefix table --- 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: