Merge "Fix bug:range() is not same in py3.x and py2.x"

This commit is contained in:
Jenkins
2014-03-22 05:22:24 +00:00
committed by Gerrit Code Review
24 changed files with 25 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
# limitations under the License.
from oslo.config import cfg
from six.moves import xrange
import testtools
from testtools import matchers