diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-04-24 07:31:42 +0300 |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-04-24 07:31:42 +0300 |
commit | 1e8ee9b3808cd6c1a7a29c75115d1060a8ee877b (patch) | |
tree | 9c5d557fb8c405a96717868314df06476749cb36 /Lib/test/test_binhex.py | |
parent | 37917369d5772943e1e417df58e4e7d3db75b083 (diff) | |
download | cpython-git-1e8ee9b3808cd6c1a7a29c75115d1060a8ee877b.tar.gz |
Issue #23277: Remove unused sys and os imports
Patch by Jon Dufresne.
Diffstat (limited to 'Lib/test/test_binhex.py')
-rw-r--r-- | Lib/test/test_binhex.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_binhex.py b/Lib/test/test_binhex.py index 9d4c85afaa..21f446325a 100644 --- a/Lib/test/test_binhex.py +++ b/Lib/test/test_binhex.py @@ -4,7 +4,6 @@ Based on an original test by Roger E. Masse. """ import binhex -import os import unittest from test import support |