Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
NTPsec
ntpsec
Commits
47e5df1f
Commit
47e5df1f
authored
Nov 27, 2016
by
Matt Selsky
Committed by
Eric S. Raymond
Nov 28, 2016
Browse files
Make sure to import print_function wherever we use print()
parent
3cc76b4d
Changes
6
Hide whitespace changes
Inline
Side-by-side
contrib/pi-temp-log
View file @
47e5df1f
...
...
@@ -30,6 +30,8 @@ to read your system temperatures will be hardware specific.
"""
from
__future__
import
print_function
import
time
now
=
int
(
time
.
time
())
...
...
contrib/temper-temp-log
View file @
47e5df1f
...
...
@@ -28,6 +28,7 @@ Sample crontab usage:
"""
from
__future__
import
print_function
import
time
,
subprocess
...
...
wafhelpers/check_libevent2.py
View file @
47e5df1f
from
__future__
import
print_function
from
waflib.Logs
import
pprint
from
wafhelpers.tool
import
check_sanity
...
...
wafhelpers/configure.py
View file @
47e5df1f
from
__future__
import
print_function
import
sys
,
os
,
platform
from
waflib.Configure
import
conf
from
wafhelpers.probes
import
*
...
...
wafhelpers/dist.py
View file @
47e5df1f
from
__future__
import
print_function
from
os
import
path
from
shutil
import
copyfile
from
os.path
import
exists
...
...
wafhelpers/test.py
View file @
47e5df1f
from
__future__
import
print_function
from
waflib.Logs
import
pprint
def
test_write_log
(
ctx
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment