Remove unused urllib import.
authorBrian Dolbec <dolsen@gentoo.org>
Tue, 12 Feb 2013 02:49:19 +0000 (18:49 -0800)
committerW. Trevor King <wking@tremily.us>
Sun, 15 Dec 2013 04:25:05 +0000 (20:25 -0800)
commit5ab9d4cfd759de7344b66d3e7c220cbfa2d00179
tree35267ae7af37518702cdd27cc2d8366ad8aa86b4
parentfbd487c6bb3b042888b0886f23484c52a51c9c14
Remove unused urllib import.

This urllib import was added in commit 64c16cae70da13de3c55d8555a2e4c5dcdf2fcad
to fix an issue, but it is not used.  So must have covered up the real bug.  Removing it now
that I've completed some testing and haven't come across anything I can attribute to it.
catalyst/support.py