[damned-lies] Provide for uppercase meson imported names



commit 91cccc6dffa2922420eb27465e67d5a0ae8c3339
Author: Claude Paroz <claude 2xlibre net>
Date:   Fri Mar 23 18:04:36 2018 +0100

    Provide for uppercase meson imported names

 stats/utils.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/stats/utils.py b/stats/utils.py
index e66601c..ef9e2ae 100644
--- a/stats/utils.py
+++ b/stats/utils.py
@@ -229,6 +229,7 @@ class MesonfileWrapper(MakefileWrapper):
         catcher = VarCatcher()
         meson_locals = {
             'gnome': catcher, 'i18n': catcher,
+            'GNOME': catcher, 'I18N': catcher,
             'install_data': MagicMock(), 'meson': MagicMock(),
         }
         while True:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]