diff options
-rw-r--r-- | platform_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform_utils.py b/platform_utils.py index 0b139dbc..20c00334 100644 --- a/platform_utils.py +++ b/platform_utils.py | |||
@@ -80,7 +80,7 @@ class FileDescriptorStreams(object): | |||
80 | """ | 80 | """ |
81 | raise NotImplementedError | 81 | raise NotImplementedError |
82 | 82 | ||
83 | def _create_stream(fd, dest, std_name): | 83 | def _create_stream(self, fd, dest, std_name): |
84 | """ Creates a new stream wrapping an existing file descriptor. | 84 | """ Creates a new stream wrapping an existing file descriptor. |
85 | """ | 85 | """ |
86 | raise NotImplementedError | 86 | raise NotImplementedError |