aboutsummaryrefslogtreecommitdiff
path: root/uritemplate/template.py
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2013-07-25 21:06:26 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2013-07-25 21:06:26 -0500
commitafb682462dc2ae20d55b00d84fa84e60d75fb199 (patch)
treea5c72ef06a152f2b7036abe8c9130c9892b21d54 /uritemplate/template.py
parent396fc8a3f2670c571fd6810ba04eff5ed06286b7 (diff)
downloaduritemplates-afb682462dc2ae20d55b00d84fa84e60d75fb199.tar.gz
Fix tests and imports
Diffstat (limited to 'uritemplate/template.py')
-rw-r--r--uritemplate/template.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/uritemplate/template.py b/uritemplate/template.py
index 8ed8eb1..ddfb12a 100644
--- a/uritemplate/template.py
+++ b/uritemplate/template.py
@@ -16,7 +16,6 @@ What do you do?
"""
import re
-import collections
from uritemplate.variable import URIVariable
template_re = re.compile('{([^\}]+)}')