pySSTV/pysstv/tests/common.py

5 wiersze
120 B
Python

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