mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
this should fix importing?
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
# This adds the 'py/' directory to the Python path
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..')))
|
||||
|
||||
# Configuration file for the Sphinx documentation builder.
|
||||
#
|
||||
# For the full list of built-in configuration values, see the documentation:
|
||||
|
||||
Reference in New Issue
Block a user