From a82a7d14fc5c8e2afdcdc6ece6820a1c8f7e1c4c Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sep 30 2017 10:56:35 +0000 Subject: Explain fedora module dependency --- diff --git a/fedora-easy-karma.py b/fedora-easy-karma.py index e23cc6f..a87567f 100755 --- a/fedora-easy-karma.py +++ b/fedora-easy-karma.py @@ -31,6 +31,8 @@ from optparse import OptionParser from textwrap import wrap # extra python modules +# Used to catch fedora.client.AuthError and fedora.client.ServerError +# exceptions import fedora # fedora_cert is optional. It is only used to get the real fas_username, which