pySSTV/pysstv/tests/common.py
2013-06-24 13:41:52 +02:00

5 lines
120 B
Python

from os import path
def get_asset_filename(filename):
return path.join(path.dirname(__file__), 'assets', filename)