Skip to content
This repository was archived by the owner on May 9, 2020. It is now read-only.

Conversation

@garrybodsworth
Copy link

The fabric.api import fails in fabric.py as there is a name clash
unless you use absolute imports (which is the default in Python 3).
As the ImportError catches and doesn't warn, nobody could see the
module fabric.api failing to import.

The fabric.api import fails in fabric.py as there is a name clash
unless you use absolute imports (which is the default in Python 3).
As the ImportError catches and doesn't warn nobody could see the
module fabric.api failing to import.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant