summaryrefslogtreecommitdiff
path: root/scraper/s2-papers.py
diff options
context:
space:
mode:
Diffstat (limited to 'scraper/s2-papers.py')
-rw-r--r--scraper/s2-papers.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scraper/s2-papers.py b/scraper/s2-papers.py
index 92bf8ebf..ef7d3d81 100644
--- a/scraper/s2-papers.py
+++ b/scraper/s2-papers.py
@@ -10,7 +10,8 @@ import click
from s2 import SemanticScholarAPI
from util import *
from urllib.parse import unquote
-raw_papers_api = import_module('s2-raw-papers')
+import importlib
+raw_papers_api = importlib.import_module('s2-raw-papers')
s2 = SemanticScholarAPI()