foo.py
from bar import x
def y(a,b):
print x(a,b)
bar.py
Started with me trying to resolve this error:
import requests
requests.get('https://www.salesforce.com')
SSLError('bad handshake', Error([('SSL routines', 'SSL23_GET_SERVER_HELLO', 'sslv3 alert handshake failure')]
And I believe this is the cause as per https://github.com/superfell/Beatbox: