Skip to content

Commit 6acc2f7

Browse files
committed
fix missing import
1 parent e0e89b9 commit 6acc2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/util/testing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
import pandas.compat as compat
3838
from pandas.compat import (
3939
filter, map, zip, range, unichr, lrange, lmap, lzip, u, callable, Counter,
40-
raise_with_traceback, httplib, StringIO, PY3)
40+
raise_with_traceback, httplib, StringIO, PY3, long)
4141

4242
from pandas import (bdate_range, CategoricalIndex, Categorical, IntervalIndex,
4343
DatetimeIndex, TimedeltaIndex, PeriodIndex, RangeIndex,

0 commit comments

Comments
 (0)