summaryrefslogtreecommitdiffstats
path: root/Lib/test/audiotests.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/audiotests.py')
-rw-r--r--Lib/test/audiotests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/audiotests.py b/Lib/test/audiotests.py
index 0ae2242..e52c423 100644
--- a/Lib/test/audiotests.py
+++ b/Lib/test/audiotests.py
@@ -3,7 +3,7 @@ import unittest
import array
import io
import pickle
-import sys
+
class UnseekableIO(io.FileIO):
def tell(self):