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

Fix for failing Fabric import in integration #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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