Remove unused utils file.
This commit is contained in:
@@ -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()]))
|
||||
Reference in New Issue
Block a user