Fix urlparse import in tools/routing.py
authorBerker Peksag <berker.peksag@gmail.com>
Sat, 1 Aug 2015 02:05:07 +0000 (05:05 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 1 Aug 2015 02:05:52 +0000 (05:05 +0300)
commite2a8d303071dc3701436a8a28701e4659ddf5784
tree350a6f2f61846f2a1b9c1e992cb5a490aba90a66
parentda0be53c3b87724754375a8f462fc572400aa6f2
Fix urlparse import in tools/routing.py

urlparse is already a function, so we don't need to specify
a module name.

Refs #5339
mediagoblin/tools/routing.py