Another 2.6-ism in test file

This commit is contained in:
Amaury Forgeot d'Arc 2008-03-20 01:02:48 +00:00
parent 2f9d4d1e16
commit 0a665ce9f7

View file

@ -27,7 +27,7 @@ def test_extremes(self):
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):