diff options
Diffstat (limited to 'Lib/hotshot/stats.py')
-rw-r--r-- | Lib/hotshot/stats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/hotshot/stats.py b/Lib/hotshot/stats.py index 7ff2277a18..e927bd5a7e 100644 --- a/Lib/hotshot/stats.py +++ b/Lib/hotshot/stats.py @@ -90,4 +90,4 @@ class FakeFrame: def _brokentimer(): - raise RuntimeError, "this timer should not be called" + raise RuntimeError("this timer should not be called") |