Merge "Removes unused imports in the tests module"

This commit is contained in:
Jenkins 2013-03-20 15:15:33 +00:00 committed by Gerrit Code Review
commit 82cb089eb2
2 changed files with 0 additions and 5 deletions

View File

@ -14,13 +14,10 @@
# License for the specific language governing permissions and limitations
# under the License.
import errno
import fcntl
import os
import select
import shutil
import tempfile
import time
import eventlet
from eventlet import greenpool

View File

@ -15,8 +15,6 @@
# License for the specific language governing permissions and limitations
# under the License.
import mock
from openstack.common import processutils
from tests import utils