about summary refs log tree commit diff stats
path: root/test/stuff/test2.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-12-11 13:36:48 +0100
committerhut <hut@lavabit.com>2009-12-11 13:36:48 +0100
commitf58626842bbb2bd3f8446044a44a67180b737f4e (patch)
tree74ab897879a3b151488c8348759442396ef3336b /test/stuff/test2.py
parent0c0b9489072922c0f597c7099f8728868ffbb4a4 (diff)
downloadranger-f58626842bbb2bd3f8446044a44a67180b737f4e.tar.gz
moved/fixed tests
Diffstat (limited to 'test/stuff/test2.py')
-rw-r--r--test/stuff/test2.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/stuff/test2.py b/test/stuff/test2.py
new file mode 100644
index 00000000..21c5a5f9
--- /dev/null
+++ b/test/stuff/test2.py
@@ -0,0 +1,7 @@
+from code import cli
+import signal
+
+with cli.lock:
+	with cli.lock:
+		print("this will be delayed forever")
+	print("hi!")