Only one SCons file uses urllib, and only one routine from that module, so
authorgregnoel <gregnoel@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 30 Mar 2010 13:40:36 +0000 (13:40 +0000)
committergregnoel <gregnoel@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 30 Mar 2010 13:40:36 +0000 (13:40 +0000)
commit18121572afc08b5235308fb32d8bb8064ea736ee
tree462fdcb54df61499aa44203540c1c42a94ad78fd
parente0301c22953d26be29d3cb89a26fb6a4599b854e
Only one SCons file uses urllib, and only one routine from that module, so
use a simple hack to load that routine, no matter wheter it's Python 2.x or
Python 3.x.  Tested with Python 2.5, 2.6, and 3.0.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@4738 fdb21ef1-2011-0410-befe-b5e4ea1792b1
bin/scons-test.py