https://bugzilla.wikimedia.org/show_bug.cgi?id=69980
John Mark Vandenberg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|patrol.py depends on |patrol.py depends on |mwlib.uparser not available |mwlib.uparser not available | |on wmflabs --- Comment #2 from John Mark Vandenberg <[email protected]> --- fwiw, in case it is a version issue, mwlib 0.15.14 works for me. >>> import mwlib._version >>> mwlib._version.display_version '0.15.14' >>> import mwlib.uparser >>> mwlib.uparser.parseString(raw='== Foo ==',title='Foo') Article->'Foo' -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Pywikipedia-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikipedia-bugs
