Commit 2f10c15e authored by Noel Gordon's avatar Noel Gordon Committed by Chromium LUCI CQ

[filesapp] SWA main.html autogen: import print_function from future

Followup to CL:2585261. Use idiomatic import of print function: import
it from the __future__.

Bug: 1113981
Change-Id: Ib5f7b87c193c9a9de60d25f9e82a4a6e0ff55bc1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593848Reviewed-by: default avatarDirk Pranke <dpranke@google.com>
Commit-Queue: Noel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#837393}
parent 0e82075d
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
"""Generate SWA files app main.html from files app main.html""" """Generate SWA files app main.html from files app main.html"""
from __future__ import print_function
import fileinput import fileinput
import optparse import optparse
import os import os
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment