diff options
author | hut <hut@lavabit.com> | 2009-12-30 17:40:50 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-12-30 17:40:50 +0100 |
commit | cd603ff4d0573c407c82f40cba9a164f7373585d (patch) | |
tree | f59b63105376c4321deba27cc8f905d1b2b35cdc /test/stuff/test2.py | |
parent | 69a0e82727efa11efb97f965b562de051349d942 (diff) | |
download | ranger-cd603ff4d0573c407c82f40cba9a164f7373585d.tar.gz |
removed test/stuff directory
It contained non-relevant scripts
Diffstat (limited to 'test/stuff/test2.py')
-rw-r--r-- | test/stuff/test2.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/stuff/test2.py b/test/stuff/test2.py deleted file mode 100644 index 21c5a5f9..00000000 --- a/test/stuff/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!") |