Show More
@@ -33,9 +33,6 b' class httpsendfile(object):' | |||
|
33 | 33 | """ |
|
34 | 34 | |
|
35 | 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 | 36 | self.ui = ui |
|
40 | 37 | self._data = open(*args, **kwargs) |
|
41 | 38 | self.seek = self._data.seek |
General Comments 0
You need to be logged in to leave comments.
Login now