Merge "Use unittest2 instead of unittest."

This commit is contained in:
Jenkins
2012-02-23 19:49:22 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 1 deletions

View File

@@ -1,8 +1,8 @@
import time
import unittest
import httplib2
import mox
import unittest2 as unittest
from keystoneclient.v2_0 import client

View File

@@ -7,3 +7,4 @@ nose
pep8
prettytable
simplejson
unittest2