DEBSOURCES
Skip Quicknav
sources / python-xlrd / 2.0.1-2 / tests / helpers.py
12345
import os def from_sample(filename): return os.path.join(os.path.dirname(os.path.abspath(__file__)), 'samples', filename)