This website requires JavaScript.
CODE
0x495fab29
Explore
Sign in
forks
/
apenwarr-redo
Watch
1
Star
0
Fork
You've already forked apenwarr-redo
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e1f30c2765
apenwarr-redo
/
t
/
101-atime
/
tick
6 lines
97 B
Text
Raw
Normal View
History
Unescape
Escape
Replaced all instances of 'python' with 'python2' On systems where 'python' refers to python3, redo failed to launch. All invocations of python have been made explicitly python2 invocations. All tests pass on an Arch Linux system as of this commit.
2018-11-14 10:52:04 -08:00
#!/usr/bin/env python2
Test for previous atime/ctime fix.
2011-03-10 14:31:52 -08:00
import time
t1 = int(time.time())
while int(time.time()) == t1:
pass
Reference in a new issue
Copy permalink