summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-09-25 06:04:00 +0000
committerZac Medico <zmedico@gentoo.org>2009-09-25 06:04:00 +0000
commit30db2bb91d2ee497f3921233c0cc4eb950bae086 (patch)
tree6f072b7d8795fc87f6b6cf89736b815884e88a8b /pym
parentb791c4d5b78df5a8e514f5e17ea8f5faca00350c (diff)
downloadportage-30db2bb91d2ee497f3921233c0cc4eb950bae086.tar.gz
portage-30db2bb91d2ee497f3921233c0cc4eb950bae086.tar.bz2
portage-30db2bb91d2ee497f3921233c0cc4eb950bae086.zip
Remove unused imports.
svn path=/main/trunk/; revision=14425
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/tests/ebuild/test_array_fromfile_eof.py1
-rw-r--r--pym/portage/tests/ebuild/test_pty_eof.py3
2 files changed, 0 insertions, 4 deletions
diff --git a/pym/portage/tests/ebuild/test_array_fromfile_eof.py b/pym/portage/tests/ebuild/test_array_fromfile_eof.py
index eebf0234c..efb292f8a 100644
--- a/pym/portage/tests/ebuild/test_array_fromfile_eof.py
+++ b/pym/portage/tests/ebuild/test_array_fromfile_eof.py
@@ -3,7 +3,6 @@
# $Id$
import array
-import pty
import tempfile
from portage import _unicode_decode
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):