Skip to content
Snippets Groups Projects
Commit 47e5df1f authored by Matt Selsky's avatar Matt Selsky Committed by Eric S. Raymond
Browse files

Make sure to import print_function wherever we use print()

parent 3cc76b4d
No related branches found
No related tags found
Loading
......@@ -30,6 +30,8 @@ to read your system temperatures will be hardware specific.
"""
from __future__ import print_function
import time
now = int(time.time())
......
......@@ -28,6 +28,7 @@ Sample crontab usage:
"""
from __future__ import print_function
import time, subprocess
......
from __future__ import print_function
from waflib.Logs import pprint
from wafhelpers.tool import check_sanity
......
from __future__ import print_function
import sys, os, platform
from waflib.Configure import conf
from wafhelpers.probes import *
......
from __future__ import print_function
from os import path
from shutil import copyfile
from os.path import exists
......
from __future__ import print_function
from waflib.Logs import pprint
def test_write_log(ctx):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment