unittest2 -> unittest. For now, since not using unittest2 features yet.
This commit is contained in:
parent
ab8de9fe73
commit
3cb8642af4
@ -16,7 +16,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import stubout
|
import stubout
|
||||||
import unittest2 as unittest
|
import unittest
|
||||||
from webob import Request, exc
|
from webob import Request, exc
|
||||||
|
|
||||||
from glance.teller import controllers
|
from glance.teller import controllers
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
from StringIO import StringIO
|
from StringIO import StringIO
|
||||||
|
|
||||||
import stubout
|
import stubout
|
||||||
import unittest2 as unittest
|
import unittest
|
||||||
|
|
||||||
from glance.teller.backends.swift import SwiftBackend
|
from glance.teller.backends.swift import SwiftBackend
|
||||||
from glance.teller.backends import Backend, BackendException, get_from_backend
|
from glance.teller.backends import Backend, BackendException, get_from_backend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user