Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-10-08 18:52:30 +00:00 committed by Gerrit Code Review
commit 86e35523f5
3 changed files with 0 additions and 6 deletions

View File

@ -10,8 +10,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import absolute_import
import fixtures
from ovsdbapp.backend.ovs_idl import vlog

View File

@ -10,8 +10,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import absolute_import
import fixtures

View File

@ -10,8 +10,6 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
import atexit
import os
import subprocess