swc-windows-installer.py: Extract nano directly to the install directory
authorW. Trevor King <wking@tremily.us>
Wed, 20 Mar 2013 22:21:56 +0000 (18:21 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 21 Oct 2013 03:55:18 +0000 (20:55 -0700)
commit1e43ac6d5f23aa2b5fe36b15cfd9a7c1077b8f6a
treef3516b73b94519751142bba9beeacab5e8eb799d
parente27e7d30d21ee41f6b6e4cf49c620de61a592944
swc-windows-installer.py: Extract nano directly to the install directory

This is more efficient than "extract to . and then copy".  I also
renamed the install_nano() argument.  The function doesn't care that
we're currently passing the Python script directory; it will work
perfectly well with a different directory in the PATH.
setup/swc-windows-installer.py