]> granicus.if.org Git - python/commitdiff
Add missing svn:eol-style property to text files.
authorTim Peters <tim.peters@gmail.com>
Fri, 26 May 2006 16:53:04 +0000 (16:53 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 26 May 2006 16:53:04 +0000 (16:53 +0000)
Tools/pybench/Empty.py

index 63c566387c4ca450bcf42e5182fdf95cfe7c4cf6..9cb34ac3b073518a04616d58b994c67b32d7c2a1 100755 (executable)
@@ -1,22 +1,22 @@
-from pybench import Test\r
-\r
-class EmptyTest(Test):\r
-    """This is just here as a potential measure of repeatability."""\r
-\r
-    version = 0.3\r
-    operations = 1\r
-    rounds = 60000\r
-\r
-    def test(self):\r
-\r
-        l = []\r
-        for i in xrange(self.rounds):\r
-            pass\r
-\r
-\r
-    def calibrate(self):\r
-\r
-        l = []\r
-\r
-        for i in xrange(self.rounds):\r
-            pass\r
+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