aboutsummaryrefslogtreecommitdiff
path: root/challenge-273/iangoodnight/python/tests/__init__.py
blob: c06655e4a43a3ce817090f2ccb5ae173fc9c9164 (plain)
1
2
3
4
5
6
7
"""
Adds the parent directory to the path so that the modules can be imported from
our tests.
"""
import sys

sys.path.append("..")