summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/ebuild/test_pty_eof.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/tests/ebuild/test_pty_eof.py')
-rw-r--r--pym/portage/tests/ebuild/test_pty_eof.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pym/portage/tests/ebuild/test_pty_eof.py b/pym/portage/tests/ebuild/test_pty_eof.py
index 88334bcb9..0dd1e8506 100644
--- a/pym/portage/tests/ebuild/test_pty_eof.py
+++ b/pym/portage/tests/ebuild/test_pty_eof.py
@@ -2,10 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-import pty
-
import portage
-from portage import os
from portage.tests import TestCase
class PtyEofTestCase(TestCase):