From 679206166470dede587068c9b358d3d0b6afcb55 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 11 Nov 2007 05:09:00 +0200 Subject: Wrote a README. --- subdir/foo.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'subdir') diff --git a/subdir/foo.py b/subdir/foo.py index 9059213..194d3af 100644 --- a/subdir/foo.py +++ b/subdir/foo.py @@ -4,6 +4,8 @@ class Foo: if a: return True else: + import time + time.sleep(12) return False \ No newline at end of file -- cgit v1.2.1