Xqt submitted this change.

View Change

Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
[4.0] Use python 3 code in site_detect.py

Change-Id: I41e1fe678bc6389796a3a425367afcddc9e8c0cd
---
M pywikibot/site_detect.py
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pywikibot/site_detect.py b/pywikibot/site_detect.py
index b66a5d2..9d1be29 100644
--- a/pywikibot/site_detect.py
+++ b/pywikibot/site_detect.py
@@ -25,7 +25,7 @@
'<h1>Sorry! This site is experiencing technical difficulties.</h1>'


-class MWSite(object):
+class MWSite:

"""Minimal wiki site class."""


To view, visit change 625362. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I41e1fe678bc6389796a3a425367afcddc9e8c0cd
Gerrit-Change-Number: 625362
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged