pySSTV/pysstv/tests/common.py

5 lines
120 B
Python
Raw Normal View History

2013-06-24 13:41:35 +02:00
from os import path
def get_asset_filename(filename):
return path.join(path.dirname(__file__), 'assets', filename)