Removes unused imports in the tests module

Fixes bug #1157596

Change-Id: I36d5484eaa2f0e21188eed6e70cc1ad785233d6a
This commit is contained in:
Zhongyue Luo 2013-03-20 16:10:04 +08:00
parent 6405aa7557
commit 1d363d56a2
1 changed files with 0 additions and 2 deletions

View File

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