Xqt has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/376193 )

Change subject: [bugfix] publish WikibasePage in pywikibot/__init__.py
......................................................................

[bugfix] publish WikibasePage in pywikibot/__init__.py

Bug: 175115
Change-Id: Ic25a1cf26f381eaa9fcdd9b1526ed4cb69f49853
---
M pywikibot/__init__.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/93/376193/1

diff --git a/pywikibot/__init__.py b/pywikibot/__init__.py
index e4000cc..811e6b5 100644
--- a/pywikibot/__init__.py
+++ b/pywikibot/__init__.py
@@ -95,7 +95,7 @@
 __all__ = (
     'config', 'ui', 'Site', 'UnicodeMixin', 'translate',
     'Page', 'FilePage', 'Category', 'Link', 'User',
-    'ItemPage', 'PropertyPage', 'Claim',
+    'WikibasePage', 'ItemPage', 'PropertyPage', 'Claim',
     'html2unicode', 'url2unicode', 'unicode2html',
     'stdout', 'output', 'warning', 'error', 'critical', 'debug',
     'exception', 'input_choice', 'input', 'input_yn', 'inputChoice',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic25a1cf26f381eaa9fcdd9b1526ed4cb69f49853
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <[email protected]>

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

Reply via email to