File: helpers.py

package info (click to toggle)
python-xlrd 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,832 kB
  • sloc: python: 7,531; makefile: 118; sh: 7
file content (5 lines) | stat: -rw-r--r-- 128 bytes parent folder | download
1
2
3
4
5
import os


def from_sample(filename):
    return os.path.join(os.path.dirname(os.path.abspath(__file__)), 'samples', filename)