Skip to content

Commit 88fa5b0

Browse files
committed
BUG: compat OrderedDict import for python 2.6
1 parent 241e630 commit 88fa5b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/util/py3compat.py

-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ def bytes_to_str(b, encoding='ascii'):
3939
except:
4040
from cStringIO import StringIO as BytesIO
4141

42-

0 commit comments

Comments
 (0)