We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e89b9 commit 6acc2f7Copy full SHA for 6acc2f7
pandas/util/testing.py
@@ -37,7 +37,7 @@
37
import pandas.compat as compat
38
from pandas.compat import (
39
filter, map, zip, range, unichr, lrange, lmap, lzip, u, callable, Counter,
40
- raise_with_traceback, httplib, StringIO, PY3)
+ raise_with_traceback, httplib, StringIO, PY3, long)
41
42
from pandas import (bdate_range, CategoricalIndex, Categorical, IntervalIndex,
43
DatetimeIndex, TimedeltaIndex, PeriodIndex, RangeIndex,
0 commit comments