Skip to content

Commit

Permalink
Adds sys import
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Sklar committed Nov 19, 2018
1 parent ff3552e commit d3913c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_echo_to_stream.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os
import sys
if sys.version_info >= (3.0, 0.0):
from unittest.mock import MagicMock
else:
Expand Down

0 comments on commit d3913c1

Please sign in to comment.