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

Commits on Dec 12, 2017

  1. Fix for failing Fabric import in integration.

    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.
    Garry Bodsworth committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    61952c0 View commit details
    Browse the repository at this point in the history