imsciences 1.1.2__tar.gz → 1.1.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {imsciences-1.1.2 → imsciences-1.1.8}/PKG-INFO +1 -1
- {imsciences-1.1.2 → imsciences-1.1.8}/imsciences/__init__.py +1 -1
- {imsciences-1.1.2 → imsciences-1.1.8}/imsciences/pull.py +1 -1
- {imsciences-1.1.2 → imsciences-1.1.8}/imsciences.egg-info/PKG-INFO +1 -1
- {imsciences-1.1.2 → imsciences-1.1.8}/LICENSE.txt +0 -0
- {imsciences-1.1.2 → imsciences-1.1.8}/README.md +0 -0
- {imsciences-1.1.2 → imsciences-1.1.8}/imsciences/geo.py +0 -0
- {imsciences-1.1.2 → imsciences-1.1.8}/imsciences/mmm.py +0 -0
- {imsciences-1.1.2 → imsciences-1.1.8}/imsciences/oecd_pull.py +0 -0
- {imsciences-1.1.2 → imsciences-1.1.8}/imsciences/pull-IMS-24Ltp-3.py +0 -0
- {imsciences-1.1.2 → imsciences-1.1.8}/imsciences/vis.py +0 -0
- {imsciences-1.1.2 → imsciences-1.1.8}/imsciences.egg-info/PKG-INFO-IMS-24Ltp-3 +0 -0
- {imsciences-1.1.2 → imsciences-1.1.8}/imsciences.egg-info/PKG-INFO-TomG-HP-290722 +0 -0
- {imsciences-1.1.2 → imsciences-1.1.8}/imsciences.egg-info/SOURCES.txt +0 -0
- {imsciences-1.1.2 → imsciences-1.1.8}/imsciences.egg-info/dependency_links.txt +0 -0
- {imsciences-1.1.2 → imsciences-1.1.8}/imsciences.egg-info/requires.txt +0 -0
- {imsciences-1.1.2 → imsciences-1.1.8}/imsciences.egg-info/top_level.txt +0 -0
- {imsciences-1.1.2 → imsciences-1.1.8}/pyproject.toml +0 -0
- {imsciences-1.1.2 → imsciences-1.1.8}/setup.cfg +0 -0
- {imsciences-1.1.2 → imsciences-1.1.8}/setup.py +0 -0
|
@@ -324,7 +324,7 @@ class datapull:
|
|
|
324
324
|
# If no cache found anywhere, run the puller
|
|
325
325
|
if data_file is None:
|
|
326
326
|
print(f"OECD data cache not found. Running OECDDataPuller to fetch data...")
|
|
327
|
-
from oecd_pull import OECDDataPuller
|
|
327
|
+
from .oecd_pull import OECDDataPuller
|
|
328
328
|
puller = OECDDataPuller(
|
|
329
329
|
country=country,
|
|
330
330
|
start_date=start_date,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|