X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=stopwatch.py;h=c6c154c124482c9bf9c9e20950a9cca0fb22cb1d;hb=31c81f6539969a5eba864d3305f9fb7bf716a367;hp=516138c50fadb3fc71f29ffe8bf9e29169ddff3c;hpb=6cf1d61b80d02937dbca9025c1922568d42a8c73;p=python_utils.git diff --git a/stopwatch.py b/stopwatch.py index 516138c..c6c154c 100644 --- a/stopwatch.py +++ b/stopwatch.py @@ -10,7 +10,7 @@ class Timer(object): e.g. - with timer.Timer() as t: + with stopwatch.Timer() as t: do_the_thing() walltime = t()