Closed RubenVerborgh closed 11 years ago
template = UriTemplate.parse('{?query*}';
should become
template = UriTemplate.parse('{?query*}');
(closing parenthesis)
Thank you!
should become
(closing parenthesis)