pungi/pungi/phases/gather
Lubomír Sedlář 13871b64fb compose: Drop unused argument
The `get_variants()` method had a `recursive` argument with default
value of `False. However, this argument had no effect and the method
always returned all variants recursively.

We can just drop the argument. All callers are updated to not supply the
argument. Should any need for getting the top-level variants only arise,
they can be accessed as the `variants` attribute directly on the Compose
object.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2016-11-09 13:39:01 +01:00
..
methods Remove FSF address from comments 2016-09-23 10:26:43 +02:00
sources Remove FSF address from comments 2016-09-23 10:26:43 +02:00
__init__.py compose: Drop unused argument 2016-11-09 13:39:01 +01:00
link.py Remove FSF address from comments 2016-09-23 10:26:43 +02:00
method.py Remove FSF address from comments 2016-09-23 10:26:43 +02:00
source.py Remove FSF address from comments 2016-09-23 10:26:43 +02:00