Merge "Stop to use the __future__ module."
This commit is contained in:
commit
4e9793ad85
@ -14,8 +14,6 @@
|
||||
"""Read the infra-documents.yaml file and generate the index.html file.
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import argparse
|
||||
import os
|
||||
|
||||
|
@ -16,8 +16,6 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
import yaml
|
||||
|
||||
|
@ -17,8 +17,6 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import argparse
|
||||
import os
|
||||
|
||||
|
@ -14,8 +14,6 @@
|
||||
"""Read the specs.yaml file and generate the index.html and specs.opml files.
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import argparse
|
||||
import os
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user