summaryrefslogtreecommitdiff
path: root/tests/test_file.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-03-07 16:17:19 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-03-07 16:17:19 -0800
commitb4cd4bea1d5616dac5bc9c8a9c320164667d1533 (patch)
treec54e56428f7d985473eae06260023fd26c639f3a /tests/test_file.py
parentb29d018e367b9f19cf640bfa02080d8743b9d151 (diff)
downloadparamiko-b4cd4bea1d5616dac5bc9c8a9c320164667d1533.tar.gz
Start in on star import eradication
Diffstat (limited to 'tests/test_file.py')
-rwxr-xr-xtests/test_file.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_file.py b/tests/test_file.py
index 33a49130..e11d7fd5 100755
--- a/tests/test_file.py
+++ b/tests/test_file.py
@@ -22,7 +22,7 @@ Some unit tests for the BufferedFile abstraction.
import unittest
from paramiko.file import BufferedFile
-from paramiko.common import *
+from paramiko.common import linefeed_byte, crlf, cr_byte
class LoopbackFile (BufferedFile):