trigger_sql_import: use urlparse in python2
python2's urllib doesn't include 'parse', so this uses urlparse (which became urllib2.parse in python3..)
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
python2's urllib doesn't include 'parse', so this uses urlparse (which became urllib2.parse in python3..)