Skip to content

Commit 0e0d15d

Browse files
committed
fix(pmpm): import path for post-install-hook
1 parent b9b8507 commit 0e0d15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pminit/post-install-hook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import pmpm
1+
from . import pmpm
22

33
def main():
44
pmpm.main() # cd pythonmonkey && npm i

0 commit comments

Comments
 (0)