mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
5 lines
115 B
Python
5 lines
115 B
Python
import os
|
|
import sys
|
|
|
|
path = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
|
|
sys.path.insert(0, path)
|