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

marvis should be usable w/o having pylxd installed #3

Open
lpirl opened this issue Mar 9, 2021 · 0 comments
Open

marvis should be usable w/o having pylxd installed #3

lpirl opened this issue Mar 9, 2021 · 0 comments
Assignees

Comments

@lpirl
Copy link

lpirl commented Mar 9, 2021

Otherwise, e.g.,

  • node/docker.py imports command_executor.docker
  • command_executor.docker imports LXDCommandExecutor
  • command_executor/lxd import pylxd

which then fails.

Solution is probably to clear command_executor/__init__.py and make dependent code import from the command_executor submodules directly.

I'll look into if nobody volunteers.

@lpirl lpirl self-assigned this Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant