6 lines
198 B
Python
6 lines
198 B
Python
import apport.packaging
|
|
|
|
def add_info(report, ui):
|
|
report["InstalledPlugins"] = apport.hookutils.package_versions(
|
|
'gnome-software-plugin-flatpak',
|
|
'gnome-software-plugin-snap')
|