def read()

in pyspark-sdk/setup.py [0:0]


def read(fname):
    return open(os.path.join(os.path.dirname(__file__), fname)).read()