remove 2.x specific warnings

This commit is contained in:
Benjamin Peterson 2009-11-16 00:25:02 +00:00
parent 106274b430
commit 91799ae3e1
1 changed files with 0 additions and 4 deletions

View File

@ -5,10 +5,6 @@ import sys
import pickle
import itertools
import warnings
warnings.filterwarnings("ignore", "integer argument expected",
DeprecationWarning, "unittest")
# pure Python implementations (3 args only), for comparison
def pyrange(start, stop, step):
if (start - stop) // step < 0: