aboutsummaryrefslogtreecommitdiff
path: root/tests/test_pandora/test_transport.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_pandora/test_transport.py')
-rw-r--r--tests/test_pandora/test_transport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_pandora/test_transport.py b/tests/test_pandora/test_transport.py
index 59d4cea..bdd549c 100644
--- a/tests/test_pandora/test_transport.py
+++ b/tests/test_pandora/test_transport.py
@@ -6,7 +6,7 @@ from pandora.py2compat import Mock, call
6from tests.test_pandora.test_clientbuilder import TestSettingsDictBuilder 6from tests.test_pandora.test_clientbuilder import TestSettingsDictBuilder
7 7
8 8
9class SysCallError(Exception): 9class SysCallError(IOError):
10 pass 10 pass
11 11
12 12