Yuvipanda has uploaded a new change for review.
https://gerrit.wikimedia.org/r/77356
Change subject: Use print function rather than the print statement
......................................................................
Use print function rather than the print statement
Starting to pay attention to python3 compatibility issues
Change-Id: I571403da7faca1e4468f557a8717a99caed961a6
---
M src/subscriptions.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/labs/tools/gerrit-to-redis
refs/changes/56/77356/1
diff --git a/src/subscriptions.py b/src/subscriptions.py
index 4b7a198..4983404 100755
--- a/src/subscriptions.py
+++ b/src/subscriptions.py
@@ -24,7 +24,7 @@
data['service'] = args.service
data['createdby'] = pwd.getpwuid(os.getuid()).pw_name
socket.send_json(data)
- print socket.recv()
+ print(socket.recv())
return handler
@command
--
To view, visit https://gerrit.wikimedia.org/r/77356
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I571403da7faca1e4468f557a8717a99caed961a6
Gerrit-PatchSet: 1
Gerrit-Project: labs/tools/gerrit-to-redis
Gerrit-Branch: master
Gerrit-Owner: Yuvipanda <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits