summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/locks/test_asynchronous_lock.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/tests/locks/test_asynchronous_lock.py')
-rw-r--r--pym/portage/tests/locks/test_asynchronous_lock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/tests/locks/test_asynchronous_lock.py b/pym/portage/tests/locks/test_asynchronous_lock.py
index 8946caf89..0d6f11656 100644
--- a/pym/portage/tests/locks/test_asynchronous_lock.py
+++ b/pym/portage/tests/locks/test_asynchronous_lock.py
@@ -1,11 +1,11 @@
# Copyright 2010-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-import shutil
import signal
import tempfile
from portage import os
+from portage import shutil
from portage.tests import TestCase
from _emerge.AsynchronousLock import AsynchronousLock
from _emerge.PollScheduler import PollScheduler