summary refs log tree commit diff stats
path: root/test2.py
blob: 21c5a5f92f2c181a465486319953430e4803e392 (plain) (blame)
1
2
3
4
5
6
7
from code import cli
import signal

with cli.lock:
	with cli.lock:
		print("this will be delayed forever")
	print("hi!")