Skip to content

Commit

Permalink
useless
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Nov 4, 2009
1 parent 1493836 commit 6fcfc5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion restkit/httpc.py
Expand Up @@ -393,7 +393,6 @@ def __init__(self, info):
self.reason = info.reason
self.version = info.version
else:
print info
for key, value in info.iteritems():
self[key.lower()] = value
self.status = int(self.get('status', self.status))
Expand Down
1 change: 0 additions & 1 deletion restkit/pool.py
Expand Up @@ -33,7 +33,6 @@

from restkit import errors


class HTTPConnection(httplib.HTTPConnection):

def send(self, str):
Expand Down

0 comments on commit 6fcfc5b

Please sign in to comment.