minor fixes

This commit is contained in:
Maximilian Hils
2014-08-31 16:52:26 +02:00
parent 1f47f7b6b2
commit 1a41c15c03
3 changed files with 3 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ from __future__ import absolute_import
class ProxyError(Exception):
def __init__(self, code, message, headers=None):
super(ProxyError, self).__init__(self, message)
super(ProxyError, self).__init__(message)
self.code, self.headers = code, headers