frostyx / copr / copr

Forked from copr/copr 7 years ago
Clone

5273dcd [frontend] use get functions to access mmd attributes

1 file Authored by frostyx 5 years ago, Committed by msuchy 5 years ago,
    [frontend] use get functions to access mmd attributes
    
    This is a leftover after migrating to libmodulemd. Since then
    it is required to use ``get_name()`` and ``set_name(name)`` instead
    of accessing the ``name`` directly.