Merge "Stop to use the __future__ module."
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user