Skip to content

Commit 356f165

Browse files
committed
nope
1 parent 44235de commit 356f165

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zencoder/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def __init__(self, base_url, api_key, as_xml=False, resource_name=None, timeout=
4545
if resource_name:
4646
self.base_url = self.base_url + resource_name
4747

48-
#TODO investigate httplib2 caching and if it is necessary
4948
self.http = httplib2.Http(timeout=timeout)
5049
self.as_xml = as_xml
5150
self.api_key = api_key

0 commit comments

Comments
 (0)