changeset 39051:91ccd6c8158a

pygnulib.py: simplify prefix table
author Dmitry Selyutin <ghostmansd@gmail.com>
date Sun, 22 Oct 2017 12:21:41 +0300
parents 6dfc807ec4e3
children f2c7d0579e14
files pygnulib.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pygnulib.py	Sun Oct 22 12:18:36 2017 +0300
+++ b/pygnulib.py	Sun Oct 22 12:21:41 2017 +0300
@@ -162,9 +162,8 @@
         "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: