jenkins-bot has submitted this change and it was merged.
Change subject: pep8-ify setup.py ......................................................................
pep8-ify setup.py
Change-Id: I3f0c8adfe3632d358e0ba552e608f514d964f7d9 --- M setup.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/setup.py b/setup.py index 66c5d19..4273db2 100644 --- a/setup.py +++ b/setup.py @@ -34,5 +34,5 @@
import subprocess python = sys.executable -python = python.replace("pythonw.exe", "python.exe") # for Windows +python = python.replace("pythonw.exe", "python.exe") # for Windows ignore = subprocess.call([python, "generate_user_files.py"])
pywikibot-commits@lists.wikimedia.org