diff options
author | hut <hut@lavabit.com> | 2009-12-11 13:36:48 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-12-11 13:36:48 +0100 |
commit | f58626842bbb2bd3f8446044a44a67180b737f4e (patch) | |
tree | 74ab897879a3b151488c8348759442396ef3336b /test2.py | |
parent | 0c0b9489072922c0f597c7099f8728868ffbb4a4 (diff) | |
download | ranger-f58626842bbb2bd3f8446044a44a67180b737f4e.tar.gz |
moved/fixed tests
Diffstat (limited to 'test2.py')
-rw-r--r-- | test2.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test2.py b/test2.py deleted file mode 100644 index 21c5a5f9..00000000 --- a/test2.py +++ /dev/null @@ -1,7 +0,0 @@ -from code import cli -import signal - -with cli.lock: - with cli.lock: - print("this will be delayed forever") - print("hi!") |