summaryrefslogtreecommitdiffstats
path: root/Tools/pybench/Exceptions.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-04-21 16:34:54 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-04-21 16:34:54 (GMT)
commitf9cc5940960568ef8824f234369359060a8cf8bf (patch)
tree5639a6a1bf3722831eb8096516ef5875bdf24367 /Tools/pybench/Exceptions.py
parentcd84b92f0820f5aeca1270c8cf36da68465cb2ca (diff)
downloadcpython-f9cc5940960568ef8824f234369359060a8cf8bf.zip
cpython-f9cc5940960568ef8824f234369359060a8cf8bf.tar.gz
cpython-f9cc5940960568ef8824f234369359060a8cf8bf.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Tools/pybench/Exceptions.py')
-rw-r--r--Tools/pybench/Exceptions.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/Tools/pybench/Exceptions.py b/Tools/pybench/Exceptions.py
index 295c83a..7e55708 100644
--- a/Tools/pybench/Exceptions.py
+++ b/Tools/pybench/Exceptions.py
@@ -38,7 +38,7 @@ class TryRaiseExcept(Test):
for i in xrange(self.rounds):
pass
-
+
class TryExcept(Test):
@@ -677,5 +677,3 @@ class TryExcept(Test):
for i in xrange(self.rounds):
pass
-
-