Show More
@@ -33,9 +33,6 b' class httpsendfile(object):' | |||||
33 | """ |
|
33 | """ | |
34 |
|
34 | |||
35 | def __init__(self, ui, *args, **kwargs): |
|
35 | def __init__(self, ui, *args, **kwargs): | |
36 | # We can't just "self._data = open(*args, **kwargs)" here because there |
|
|||
37 | # is an "open" function defined in this module that shadows the global |
|
|||
38 | # one |
|
|||
39 | self.ui = ui |
|
36 | self.ui = ui | |
40 | self._data = open(*args, **kwargs) |
|
37 | self._data = open(*args, **kwargs) | |
41 | self.seek = self._data.seek |
|
38 | self.seek = self._data.seek |
General Comments 0
You need to be logged in to leave comments.
Login now