commit | 865ea892018f4ff823496b2d0636c47c7ef06231 | [log] [tgz] |
---|---|---|
author | Collin Winter <collinw@gmail.com> | Wed Aug 22 21:45:02 2007 +0000 |
committer | Collin Winter <collinw@gmail.com> | Wed Aug 22 21:45:02 2007 +0000 |
tree | 4d73a54195780fa603774c8636ee13688932246f | |
parent | e405037abc60657d7865fa02b248b84825715a2d [diff] [blame] |
Fix raise statements in hotshot.
diff --git a/Lib/hotshot/stats.py b/Lib/hotshot/stats.py index 7ff2277..e927bd5 100644 --- a/Lib/hotshot/stats.py +++ b/Lib/hotshot/stats.py
@@ -90,4 +90,4 @@ def _brokentimer(): - raise RuntimeError, "this timer should not be called" + raise RuntimeError("this timer should not be called")