summaryrefslogtreecommitdiff
path: root/extras/pokered_dir.py
blob: 69137839fedc5cac8f6946d976a857106bae6d8a (plain)
1
2
3
4
import os

#main dir of repo (simply one level up than here)
pokered_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))