jenkins-bot merged this change.

View Change

Approvals: D3r1ck01: Looks good to me, approved jenkins-bot: Verified
[cleanup] Publish GetData only with compat.query module

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

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 change 505470. To unsubscribe, or for help writing mail filters, visit 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 <info@gno.de>
Gerrit-Reviewer: D3r1ck01 <xsavitar.wiki@aol.com>
Gerrit-Reviewer: John Vandenberg <jayvdb@gmail.com>
Gerrit-Reviewer: jenkins-bot (75)