aboutsummaryrefslogtreecommitdiff
path: root/include_homekit.py
blob: 8f988306bd71246a86ec65a651edc47dc3c619a5 (plain)
1
2
3
4
5
6
7
8
9
import sys
import os.path

for _name in ('include/py',):
    sys.path.extend([
        os.path.realpath(
            os.path.join(os.path.dirname(os.path.join(__file__)), '..', _name)
        )
    ])