Chad has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/404804 )

Change subject: branch.py: Use pygerrit2 not pygerrit, also env for py3
......................................................................

branch.py: Use pygerrit2 not pygerrit, also env for py3

Change-Id: I8d3cc0a9f521b0b0013f88789d50f4194e139175
---
M make-release/branch.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/tools/release 
refs/changes/04/404804/1

diff --git a/make-release/branch.py b/make-release/branch.py
index 1cad5da..53a7733 100755
--- a/make-release/branch.py
+++ b/make-release/branch.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 # vim:sw=4:ts=4:et:
 """Stuff about making branches and so forth."""
 
@@ -17,7 +17,7 @@
 
 import yaml
 
-from pygerrit.rest import GerritRestAPI
+from pygerrit2.rest import GerritRestAPI
 
 with open("make-release.yaml") as conf:
     CONFIG = yaml.safe_load(conf)

-- 
To view, visit https://gerrit.wikimedia.org/r/404804
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8d3cc0a9f521b0b0013f88789d50f4194e139175
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/tools/release
Gerrit-Branch: master
Gerrit-Owner: Chad <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to