Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py2store's mechanism of forwarding to dol #90

Open
thorwhalen opened this issue Apr 8, 2021 · 0 comments
Open

py2store's mechanism of forwarding to dol #90

thorwhalen opened this issue Apr 8, 2021 · 0 comments
Labels

Comments

@thorwhalen
Copy link
Member

Core functionality of py2store has been moved to dol -- py2store is set to become an aggregator of dol-libraries for various purposes. Essentially, what it has already become, but not implemented in the best way.

Right now, many modules of py2store (first level ones like trans, util, base...) still exist, but forward to dol. There's probably a cleaner way to do that -- perhaps in the __init__.py.

Would doing an from dol import trans in __init__.py do the same job as doing a from dol.trans import * in the trans.py of py2store, for instance?

Explore and compare options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant