File: source_gnome-software.py

package info (click to toggle)
gnome-software 49.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,892 kB
  • sloc: ansic: 98,572; xml: 3,630; python: 1,055; makefile: 75; sh: 28
file content (6 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
import apport.packaging

def add_info(report, ui):
    report["InstalledPlugins"] = apport.hookutils.package_versions(
        'gnome-software-plugin-flatpak',
        'gnome-software-plugin-snap')