unittest2 -> unittest. For now, since not using unittest2 features yet.

This commit is contained in:
jaypipes@gmail.com 2010-10-11 15:34:10 -04:00
parent ab8de9fe73
commit 3cb8642af4
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
# under the License.
import stubout
import unittest2 as unittest
import unittest
from webob import Request, exc
from glance.teller import controllers

View File

@ -18,7 +18,7 @@
from StringIO import StringIO
import stubout
import unittest2 as unittest
import unittest
from glance.teller.backends.swift import SwiftBackend
from glance.teller.backends import Backend, BackendException, get_from_backend