Skip to content

Commit 57437bf

Browse files
committed
fixes
1 parent b407586 commit 57437bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas/tests/io/test_packers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ class TestMsgpack():
795795

796796
@classmethod
797797
def setup_class(cls):
798-
from pandas.io.tests.generate_legacy_storage_files import (
798+
from pandas.tests.io.generate_legacy_storage_files import (
799799
create_msgpack_data, create_data)
800800
cls.data = create_msgpack_data()
801801
cls.all_data = create_data()

pandas/tests/io/test_pickle.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class TestPickle():
3333

3434
@classmethod
3535
def setup_class(cls):
36-
from pandas.io.tests.generate_legacy_storage_files import (
36+
from pandas.tests.io.generate_legacy_storage_files import (
3737
create_pickle_data)
3838
cls.data = create_pickle_data()
3939
cls.path = u('__%s__.pickle' % tm.rands(10))

0 commit comments

Comments
 (0)