swc-installation-test-2.py: Don't chain exceptions (yet)
authorW. Trevor King <wking@tremily.us>
Sun, 30 Dec 2012 17:36:44 +0000 (12:36 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 1 Jan 2013 14:49:46 +0000 (09:49 -0500)
commit749bddffc9981b5212abba476f1323736c156f9b
tree0f69e664732dea6e030136ac57facf899521fe71
parent79826601e8f27299f2873294c51414343ebf390c
swc-installation-test-2.py: Don't chain exceptions (yet)

Exception chaining (PEP 3134, 'raise ... from') raises SyntaxErros in
Python 2.x.  Comment the chaining out until SWC starts teaching only
Python 3.x.
swc-installation-test-2.py