aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'repoman/pym/repoman/checks/herds/herdbase.py')
-rw-r--r--repoman/pym/repoman/checks/herds/herdbase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/repoman/pym/repoman/checks/herds/herdbase.py b/repoman/pym/repoman/checks/herds/herdbase.py
index d38d2e31d..ebe6a19b4 100644
--- a/repoman/pym/repoman/checks/herds/herdbase.py
+++ b/repoman/pym/repoman/checks/herds/herdbase.py
@@ -13,7 +13,7 @@ except (SystemExit, KeyboardInterrupt):
raise
except (ImportError, SystemError, RuntimeError, Exception):
# broken or missing xml support
- # http://bugs.python.org/issue14988
+ # https://bugs.python.org/issue14988
# This means that python is built without xml support.
# We tolerate global scope import failures for optional
# modules, so that ImportModulesTestCase can succeed (or