core: move split compat/legacy modules into hpi_compat and compat
This commit is contained in:
parent
70bf51a125
commit
4f7c9b4a71
9 changed files with 72 additions and 62 deletions
|
@ -28,7 +28,8 @@ config = make_config(instapaper)
|
|||
try:
|
||||
from instapexport import dal
|
||||
except ModuleNotFoundError as e:
|
||||
from .core.compat import pre_pip_dal_handler
|
||||
from my.core.hpi_compat import pre_pip_dal_handler
|
||||
|
||||
dal = pre_pip_dal_handler('instapexport', e, config, requires=REQUIRES)
|
||||
|
||||
############################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue