swc-installation-test-2.py: Add import_module for older Pythons
authorW. Trevor King <wking@tremily.us>
Sun, 30 Dec 2012 17:57:49 +0000 (12:57 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 1 Jan 2013 14:49:47 +0000 (09:49 -0500)
commitfcec3315a52368a58457a9c428a3d1cff5761714
tree532553abd6bc0353bb4a25cef68f764398f2eef5
parent414b445ce974d63a2b09f2a058a916be0280d49e
swc-installation-test-2.py: Add import_module for older Pythons

importlib is new in Python 2.7 / 3.1.  Add a minimal workaround for
earlier versions.
swc-installation-test-2.py