forked from Lainports/freebsd-ports
News: https://www.openshot.org/blog/2024/12/22/new_openshot_release_330/ Changelog: https://github.com/OpenShot/openshot-qt/releases/tag/v3.3.0 PR: 284374
10 lines
301 B
Python
10 lines
301 B
Python
--- 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
|