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