| Index: recipe_engine/unittests/stream_test.py
|
| diff --git a/recipe_engine/unittests/stream_test.py b/recipe_engine/unittests/stream_test.py
|
| index 2e66fc8bfd4af7d7c94b20a86fc1861f520ec1b2..365bc1c99fa4520c8a3c47150cecd23dc4af06d7 100755
|
| --- a/recipe_engine/unittests/stream_test.py
|
| +++ b/recipe_engine/unittests/stream_test.py
|
| @@ -4,13 +4,10 @@
|
| # that can be found in the LICENSE file.
|
|
|
| import cStringIO
|
| -import os
|
| -import sys
|
| import unittest
|
|
|
| import test_env
|
|
|
| -from recipe_engine import recipe_api
|
| from recipe_engine import stream
|
|
|
| class StreamTest(unittest.TestCase):
|
|
|