Yuvipanda has uploaded a new change for review. https://gerrit.wikimedia.org/r/77719
Change subject: Add missing json import ...................................................................... Add missing json import Change-Id: I5438116e359b847e0319c2b3ee38c4a63aa8eafb --- M src/github-to-gerrit.py 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/labs/tools/SuchABot refs/changes/19/77719/1 diff --git a/src/github-to-gerrit.py b/src/github-to-gerrit.py index 5202978..fa37375 100644 --- a/src/github-to-gerrit.py +++ b/src/github-to-gerrit.py @@ -1,13 +1,14 @@ import os import sys import logging +import json +import re import redis import github import sh import jinja2 import yaml -import re BASE_PATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), '..') -- To view, visit https://gerrit.wikimedia.org/r/77719 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5438116e359b847e0319c2b3ee38c4a63aa8eafb Gerrit-PatchSet: 1 Gerrit-Project: labs/tools/SuchABot Gerrit-Branch: master Gerrit-Owner: Yuvipanda <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
