Ryan Lane has submitted this change and it was merged. Change subject: drop 'sys' import: unused ......................................................................
drop 'sys' import: unused The sys module is never used, so we might as well drop it. Change-Id: I2af3b3d5725b1a8cb3887a0c147097d3f47e51c4 --- M ircecho 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Ryan Lane: Verified; Looks good to me, approved pugmajere: Looks good to me, but someone else must approve jenkins-bot: Checked diff --git a/ircecho b/ircecho index 2de32c0..006943f 100755 --- a/ircecho +++ b/ircecho @@ -9,7 +9,6 @@ # Modified by Ryan Anderson <[email protected]> to handle disconnections more # gracefully. Changes in the public domain. -import sys import pyinotify import threading import random -- To view, visit https://gerrit.wikimedia.org/r/53363 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2af3b3d5725b1a8cb3887a0c147097d3f47e51c4 Gerrit-PatchSet: 1 Gerrit-Project: operations/debs/ircecho Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Ryan Lane <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-Reviewer: pugmajere <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
