Add some comments to qubes.repos.List

This commit is contained in:
AJ Jordan 2019-04-08 03:46:28 -04:00
parent 3786197ab2
commit 82806b53e2
No known key found for this signature in database
GPG Key ID: A4FDB7BE12F63EC3

View File

@ -1,5 +1,8 @@
#!/usr/bin/python3 #!/usr/bin/python3
# Records in the output are separated by newlines; fields are separated by \0
# Each record is unique_id:pretty_name:enabled
import dnf import dnf
base = dnf.Base() base = dnf.Base()