projects
/
swc-setup-windows-installer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95f7b2e
)
swc-windows-installer.py: Cleanup whitespace
author
W. Trevor King
<wking@tremily.us>
Wed, 20 Mar 2013 22:13:05 +0000
(18:13 -0400)
committer
W. Trevor King
<wking@tremily.us>
Mon, 21 Oct 2013 03:55:18 +0000
(20:55 -0700)
setup/swc-windows-installer.py
patch
|
blob
|
history
diff --git
a/setup/swc-windows-installer.py
b/setup/swc-windows-installer.py
index 9416552ef396ccff9040dc956c23ba18fdafad83..638f22887596a9eebf4dd7ada02c790615eb17aa 100755
(executable)
--- a/
setup/swc-windows-installer.py
+++ b/
setup/swc-windows-installer.py
@@
-17,7
+17,6
@@
To use:
http://code.google.com/p/msysgit/downloads/list?q=full+installer+official+git
3. Run swc_windows_installer.py
You should be able to simply double click the file in Windows
-
"""
import requests
@@
-78,6
+77,7
@@
def main():
create_ipython_entry_point(python_scripts_directory)
create_nosetests_entry_point(python_scripts_directory)
install_nano(python_scripts_directory)
-
+
+
if __name__ == '__main__':
main()