valhallasw@maeglin:pywikibot-core$ env -i python pwb.py shell master 0 Welcome to the Pywikibot interactive shell! >>> import pywikibot.editor >>> pywikibot.editor.TextEditor().edit('test') Traceback (most recent call last): File "<console>", line 1, in <module> File "/home/valhallasw/src/pywikibot-core/pywikibot/editor.py", line 113, in edit raise pywikibot.Error( UnboundLocalError: local variable 'pywikibot' referenced before assignment
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Move import of 'gui' to top of file | pywikibot/core | master | +8 -4 |
Related Objects
Related Objects
Event Timeline
Comment Actions
Change 190561 had a related patch set uploaded (by John Vandenberg):
Move import of 'gui' to top of file