jenkins-bot merged this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[cleanup] cleanup scripts/shell.py

- use single quotes for string literals

Change-Id: Ie15ac5f0feb54d5b46f1a8aec9a1e90a2ad80745
---
M scripts/shell.py
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/shell.py b/scripts/shell.py
index be01d95..3223520 100755
--- a/scripts/shell.py
+++ b/scripts/shell.py
@@ -51,7 +51,7 @@
code.interact("""Welcome to the Pywikibot interactive shell!""", local=env)


-if __name__ == "__main__":
+if __name__ == '__main__':
if sys.platform == 'win32':
import os
os.system('title Python {} Shell'.format(*sys.version.split(' ', 1)))

To view, visit change 462311. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie15ac5f0feb54d5b46f1a8aec9a1e90a2ad80745
Gerrit-Change-Number: 462311
Gerrit-PatchSet: 1
Gerrit-Owner: D3r1ck01 <alangiderick@gmail.com>
Gerrit-Reviewer: D3r1ck01 <alangiderick@gmail.com>
Gerrit-Reviewer: John Vandenberg <jayvdb@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot (75)