swc-installation-test-2.py: Fix version extraction for sqlite3-python
authorW. Trevor King <wking@tremily.us>
Sun, 30 Dec 2012 18:24:51 +0000 (13:24 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 1 Jan 2013 14:49:47 +0000 (09:49 -0500)
commit2d45e1954f8ffb1225386e47aa6d8db84d106c7a
tree44a1e3d5552034774b1dabb24aa3c2dead13ae00
parent90b42a2b5a73cd9ec0a34f0c4d1788f69ecfa607
swc-installation-test-2.py: Fix version extraction for sqlite3-python

The 'sqlite3' package has the same version as the standard library.
We only check for it because sometimes (e.g. on Gentoo) Python may be
compiled without this package.
swc-installation-test-2.py