Skip to content
Snippets Groups Projects
Commit 57a47190 authored by Bryan O'Sullivan's avatar Bryan O'Sullivan
Browse files

merge with crew-stable

parents 9fb8312d e7312853
No related branches found
No related tags found
No related merge requests found
......@@ -816,6 +816,8 @@
# delegated methods
self.write = self._fp.write
self.seek = self._fp.seek
self.tell = self._fp.tell
self.fileno = self._fp.fileno
def close(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment