Rfaulk has submitted this change and it was merged. Change subject: mod. remove shutil dependency. ......................................................................
mod. remove shutil dependency. Change-Id: I108e78d0b25e02fbb7097e7e46ec1865d1cd4e9c --- M sartoris/sartoris.py 1 file changed, 0 insertions(+), 1 deletion(-) Approvals: Rfaulk: Verified; Looks good to me, approved jenkins-bot: Verified diff --git a/sartoris/sartoris.py b/sartoris/sartoris.py index 35a5b14..a980833 100755 --- a/sartoris/sartoris.py +++ b/sartoris/sartoris.py @@ -24,7 +24,6 @@ import argparse import os import stat -import shutil import sys from re import search import subprocess -- To view, visit https://gerrit.wikimedia.org/r/71163 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I108e78d0b25e02fbb7097e7e46ec1865d1cd4e9c Gerrit-PatchSet: 1 Gerrit-Project: sartoris Gerrit-Branch: master Gerrit-Owner: Rfaulk <[email protected]> Gerrit-Reviewer: Rfaulk <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
