summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-05-26 16:53:04 +0000
committerTim Peters <tim.peters@gmail.com>2006-05-26 16:53:04 +0000
commitd434b2970f9341a7d89e465777eccf5d98feddc3 (patch)
tree552c878eb0ad5f45f859312357659263ec45f2c6 /Tools
parente2ad386be14e9aab31feb80159d9888295afa795 (diff)
downloadcpython-d434b2970f9341a7d89e465777eccf5d98feddc3.tar.gz
Add missing svn:eol-style property to text files.
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/pybench/Empty.py44
1 files changed, 22 insertions, 22 deletions
diff --git a/Tools/pybench/Empty.py b/Tools/pybench/Empty.py
index 63c566387c..9cb34ac3b0 100755
--- a/Tools/pybench/Empty.py
+++ b/Tools/pybench/Empty.py
@@ -1,22 +1,22 @@
-from pybench import Test
-
-class EmptyTest(Test):
- """This is just here as a potential measure of repeatability."""
-
- version = 0.3
- operations = 1
- rounds = 60000
-
- def test(self):
-
- l = []
- for i in xrange(self.rounds):
- pass
-
-
- def calibrate(self):
-
- l = []
-
- for i in xrange(self.rounds):
- pass
+from pybench import Test
+
+class EmptyTest(Test):
+ """This is just here as a potential measure of repeatability."""
+
+ version = 0.3
+ operations = 1
+ rounds = 60000
+
+ def test(self):
+
+ l = []
+ for i in xrange(self.rounds):
+ pass
+
+
+ def calibrate(self):
+
+ l = []
+
+ for i in xrange(self.rounds):
+ pass