blob: b1ed2cc09507b575a1d3527b4113f44e41126e3d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- doc/conf.py.orig 2024-12-22 02:37:46 UTC
+++ doc/conf.py
@@ -19,6 +19,7 @@
#
import os
import sys
+sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath('.')), "openshot_qt"))
sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath('.')), "src"))
from classes import info
|