Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-06-04 19:07:07 +00:00 committed by Gerrit Code Review
commit 4e9793ad85
4 changed files with 0 additions and 8 deletions

View File

@ -14,8 +14,6 @@
"""Read the infra-documents.yaml file and generate the index.html file. """Read the infra-documents.yaml file and generate the index.html file.
""" """
from __future__ import print_function
import argparse import argparse
import os import os

View File

@ -16,8 +16,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
from __future__ import print_function
import os import os
import yaml import yaml

View File

@ -17,8 +17,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 print_function
import argparse import argparse
import os import os

View File

@ -14,8 +14,6 @@
"""Read the specs.yaml file and generate the index.html and specs.opml files. """Read the specs.yaml file and generate the index.html and specs.opml files.
""" """
from __future__ import print_function
import argparse import argparse
import os import os