jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/505470 )

Change subject: [cleanup] Publish GetData only with compat.query module
......................................................................

[cleanup] Publish GetData only with compat.query module

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

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



diff --git a/pywikibot/compat/query.py b/pywikibot/compat/query.py
index 9260edb..830f87a 100644
--- a/pywikibot/compat/query.py
+++ b/pywikibot/compat/query.py
@@ -7,7 +7,7 @@

 """
 #
-# (C) Pywikibot team, 2008-2018
+# (C) Pywikibot team, 2008-2019
 #
 # Distributed under the terms of the MIT license.
 #
@@ -43,3 +43,6 @@
         res_dummy.__dict__.update({'code': 0, 'msg': ''})
         return res_dummy, result
     return result
+
+
+__all__ = (GetData, )

--
To view, visit https://gerrit.wikimedia.org/r/505470
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: If3199372eb2c1c6ecfac8af50c3983a6aa879d85
Gerrit-Change-Number: 505470
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: D3r1ck01 <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: jenkins-bot (75)
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to