summaryrefslogtreecommitdiff
path: root/subdir
diff options
context:
space:
mode:
authorLars Wirzenius <liw@iki.fi>2007-11-11 05:09:00 +0200
committerLars Wirzenius <liw@iki.fi>2007-11-11 05:09:00 +0200
commit679206166470dede587068c9b358d3d0b6afcb55 (patch)
treef0305a865f8b17daca01cc40f95613ae99bcf984 /subdir
parent80e2285c030eb53f0f39603c83fa064f52a4ad66 (diff)
downloadcoverage-test-runner-679206166470dede587068c9b358d3d0b6afcb55.tar.gz
Wrote a README.
Diffstat (limited to 'subdir')
-rw-r--r--subdir/foo.py2
1 files changed, 2 insertions, 0 deletions
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