summaryrefslogtreecommitdiff
path: root/src/leap/certs/__init__.py
blob: c4d009b1c1cc66432b445331110f8f5dd2eec904 (plain)
1
2
3
4
5
6
7
import os

_where = os.path.split(__file__)[0]


def where(filename):
    return os.path.join(_where, filename)