gnulib-tool.py: Fix 'consider-using-set-comprehension' warnings. * pygnulib/GLImport.py (GLImport.prepare): Create a set directly instead of creating a list and passing it to a call of set(). (GLImport.__init__): Likewise. Use max() instead of getting the last element of a sorted list.