Skip to content

Commit f4dc8dc

Browse files
committed
fix(python): Use relative import for valori_ffi
1 parent 02804ca commit f4dc8dc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/valori/local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# In a real package, this would be installed.
88
# For local dev, we assume it's in the path or we hint the user.
99
try:
10-
import valori_ffi as _ffi
10+
from . import valori_ffi as _ffi
1111
except ImportError:
1212
try:
1313
import valori_ffi as _ffi

0 commit comments

Comments
 (0)