Ori.livneh has submitted this change and it was merged. 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(-) Approvals: Ori.livneh: Verified; Looks good to me, approved 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: merged Gerrit-Change-Id: I9b1edc11662aea42834991b70cf2512211072512 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ori.livneh <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
