apenwarr-redo/t/tick

6 lines
96 B
Text
Raw Normal View History

2011-03-10 14:31:52 -08:00
#!/usr/bin/env python
import time
t1 = int(time.time())
while int(time.time()) == t1:
pass