0
This repository has been archived on 2025-04-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Minecraft-Overviewer/test/__init__.py
Nicolas F bdd3b7bc16 test: import relative to __init__.py
Might fix tests for Debian builders somehow maybe?
2019-08-08 21:31:41 +02:00

6 lines
149 B
Python

# Magic spell to have us find overviewer_core
import sys
import os
import os.path
sys.path.insert(0, os.path.join(os.path.split(__file__)[0], '..'))