* pygnulib/GLConfig.py (GLConfig.update): Don't test for the unused key
'tests'.
(GLConfig.default): Likewise.
* pygnulib/GLImport.py (GLImport.__init__): Don't merge back those
values which were already considered by taking the union.
gnulib-tool.py: Implement --add-import --avoid correctly.
* pygnulib/GLConfig.py (GLConfig.update): Don't test for the unused key
'tests'.
+ (GLConfig.default): Likewise.
* pygnulib/GLImport.py (GLImport.__init__): Don't merge back those
values which were already considered by taking the union.
return 2.64
elif key == 'verbosity':
return 0
- elif key in ['localpath', 'modules', 'avoids', 'tests',
+ elif key in ['localpath', 'modules', 'avoids',
'incl_test_categories', 'excl_test_categories']:
return []
elif key in ['incobsolete', 'gnu_make',