Kaydet (Commit) 0a665ce9 authored tarafından Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

Another 2.6-ism in test file

üst 2f9d4d1e
......@@ -27,7 +27,7 @@ class BeepTest(unittest.TestCase):
self._beep(32767, 75)
def test_increasingfrequency(self):
for i in xrange(100, 2000, 100):
for i in range(100, 2000, 100):
self._beep(i, 75)
def _beep(self, *args):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment