Merlijn van Deen has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/243512

Change subject: Import textlib.TimeStripper
......................................................................

Import textlib.TimeStripper

2cddfcd1 remove TimeStripper from pywikibot.*

Conflicts:
        pywikibot/__init__.py

Bug: T111615
Change-Id: I197d54c080683b08582dc53fa63811cf0782604f
---
M pywikibot/__init__.py
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/12/243512/1

diff --git a/pywikibot/__init__.py b/pywikibot/__init__.py
index 9571873..1191b6e 100644
--- a/pywikibot/__init__.py
+++ b/pywikibot/__init__.py
@@ -65,12 +65,13 @@
     'getCategoryLinks', 'categoryFormat', 'replaceCategoryLinks',
     'removeCategoryLinks', 'removeCategoryLinksAndSeparator',
     'replaceCategoryInPlace', 'compileLinkR', 'extract_templates_and_params',
+    'TimeStripper',
 )
 
 # pep257 doesn't understand when the first entry is on the next line
 __all__ = ('config', 'ui', 'UnicodeMixin', 'translate',
            'Page', 'FilePage', 'Category', 'Link', 'User',
-           'ItemPage', 'PropertyPage', 'Claim', 'TimeStripper',
+           '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/243512
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I197d54c080683b08582dc53fa63811cf0782604f
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: 2.0
Gerrit-Owner: Merlijn van Deen <valhall...@arctus.nl>
Gerrit-Reviewer: John Vandenberg <jay...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to