gnulib-tool.py: Change the avoid list to a set for lookups. * pygnulib/GLModuleSystem.py (GLModuleSystem.__init__): Store the avoided modules in a set instead of a list. This is used only for membership checks when computing the transitive closure of the given modules, therefore prefer the O(1) average case over O(n).