Remove unused utils file.

This commit is contained in:
jfwood
2013-11-25 17:10:44 -06:00
parent 729cb647b9
commit 0abd5190f6

View File

@@ -1,10 +0,0 @@
import urllib
def proc_template(template, **kwargs):
"""
Processes a templated URL by substituting the
dictionary args and returning the strings.
"""
return template.format(**dict([(k, urllib.quote(v))
for k, v in kwargs.items()]))