Skip to content

Instantly share code, notes, and snippets.

@pmuller
Created October 7, 2016 07:17
Show Gist options
  • Save pmuller/95dd9f844e15fb493088a0d86e254cfa to your computer and use it in GitHub Desktop.
Save pmuller/95dd9f844e15fb493088a0d86e254cfa to your computer and use it in GitHub Desktop.
def find_fabfile(names=None): # pylint: disable=unused-argument
"""The absolute path of the cloudfab fabfile.
"""
return abspath(dirname(__file__))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment