Project

General

Profile

Download (277 Bytes) Statistics
| Branch: | Tag: | Revision:

hydrilla-builder / conftest.py @ 9dda3aa9

1
# SPDX-License-Identifier: CC0-1.0
2

    
3
# Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
4
#
5
# Available under the terms of Creative Commons Zero v1.0 Universal.
6

    
7
import sys
8
from pathlib import Path
9

    
10
here = Path(__file__).resolve().parent
11
sys.path.insert(0, str(here / 'src'))
(6-6/9)