Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/204641
Change subject: coal: explicitly import logging.handlers ...................................................................... coal: explicitly import logging.handlers Change-Id: I9b1edc11662aea42834991b70cf2512211072512 --- M modules/webperf/files/coal 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/41/204641/1 diff --git a/modules/webperf/files/coal b/modules/webperf/files/coal index c2af82f..642f131 100755 --- a/modules/webperf/files/coal +++ b/modules/webperf/files/coal @@ -30,6 +30,7 @@ import collections import heapq import logging +import logging.handlers import os.path import signal import sys -- To view, visit https://gerrit.wikimedia.org/r/204641 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9b1edc11662aea42834991b70cf2512211072512 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ori.livneh <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
