Skip to content

Commit 7b9ec9d

Browse files
committed
FIX rename tests
ahem
1 parent 3240627 commit 7b9ec9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pandas_datareader/tests/test_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
except ImportError:
2525
from urllib2 import HTTPError
2626

27-
import pandas_data_readers.data as web
28-
from pandas_data_readers.data import (
27+
import pandas_datareader.data as web
28+
from pandas_datareader.data import (
2929
DataReader, SymbolWarning, RemoteDataError, _yahoo_codes)
3030

3131
def _skip_if_no_lxml():

pandas_datareader/tests/test_wb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from numpy.testing.decorators import slow
77
import pandas.util.testing as tm
88

9-
from pandas_data_readers.wb import search, download, get_countries
9+
from pandas_datareader.wb import search, download, get_countries
1010

1111
try:
1212
from pandas.compat import u

0 commit comments

Comments
 (0)