Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul
2020-06-04 12:44:49 +00:00
committed by Gerrit Code Review
2 changed files with 0 additions and 4 deletions

View File

@@ -16,8 +16,6 @@
If you are writing your own checks you should subclass the AgentCheck class. If you are writing your own checks you should subclass the AgentCheck class.
The Check class is being deprecated so don't write new checks with it. The Check class is being deprecated so don't write new checks with it.
""" """
# This file uses 'print' as a function rather than a statement, a la Python3
from __future__ import print_function
import logging import logging
import os import os

View File

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