Skip to content

Commit fe8e6c3

Browse files
author
tim.peters
committed
Add missing svn:eol-style property to text files.
git-svn-id: http://svn.python.org/projects/python/trunk@46360 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 6ce0c7a commit fe8e6c3

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

Tools/pybench/Empty.py

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
from pybench import Test
2-
3-
class EmptyTest(Test):
4-
"""This is just here as a potential measure of repeatability."""
5-
6-
version = 0.3
7-
operations = 1
8-
rounds = 60000
9-
10-
def test(self):
11-
12-
l = []
13-
for i in xrange(self.rounds):
14-
pass
15-
16-
17-
def calibrate(self):
18-
19-
l = []
20-
21-
for i in xrange(self.rounds):
22-
pass
1+
from pybench import Test
2+
3+
class EmptyTest(Test):
4+
"""This is just here as a potential measure of repeatability."""
5+
6+
version = 0.3
7+
operations = 1
8+
rounds = 60000
9+
10+
def test(self):
11+
12+
l = []
13+
for i in xrange(self.rounds):
14+
pass
15+
16+
17+
def calibrate(self):
18+
19+
l = []
20+
21+
for i in xrange(self.rounds):
22+
pass

0 commit comments

Comments
 (0)