Merge "Stop to use the __future__ module."
This commit is contained in:
commit
a4ce4f5bce
@ -13,7 +13,6 @@
|
||||
# under the License.
|
||||
|
||||
"""Fixtures for Masakari tests."""
|
||||
from __future__ import absolute_import
|
||||
|
||||
import fixtures
|
||||
from oslo_config import cfg
|
||||
|
@ -14,8 +14,6 @@
|
||||
|
||||
"""Utility methods for working with WSGI servers."""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import os.path
|
||||
import socket
|
||||
import ssl
|
||||
|
Loading…
x
Reference in New Issue
Block a user