Add clarifying comment

This commit is contained in:
Unrud 2018-04-29 23:09:58 +02:00
parent d7255df768
commit c657dda753

View File

@ -23,6 +23,7 @@ import os
import sys import sys
from io import BytesIO from io import BytesIO
# Allow importing of tests.custom....
sys.path.insert(0, os.path.dirname(os.path.dirname(__file__))) sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))