jenkins-bot has submitted this change and it was merged.

Change subject: pep8 changes
......................................................................


pep8 changes

Change-Id: I762c8abaeffafc4cde4acdf8a623d36a960b7327
---
M pywikibot/compat/query.py
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/pywikibot/compat/query.py b/pywikibot/compat/query.py
index a8531ae..5564226 100644
--- a/pywikibot/compat/query.py
+++ b/pywikibot/compat/query.py
@@ -16,7 +16,8 @@
     result = req.submit()
 
     if back_response:
-        pywikibot.warning(u"back_response is no longer supported; an empty 
response object will be returned")
+        pywikibot.warning(u"back_response is no longer supported; an empty "
+                          u"response object will be returned")
         import StringIO
         res_dummy = StringIO.StringIO()
         res_dummy.__dict__.update({u'code': 0, u'msg': u''})

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I762c8abaeffafc4cde4acdf8a623d36a960b7327
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to