Skip to content

Commit 466235f

Browse files
committed
fix: Use absolute import in __main__ for pyinstaller/pyinstaller#2560
1 parent 17c34f5 commit 466235f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp_idf_monitor/__main__.py

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

33
if __name__ == '__main__':
44
main()

0 commit comments

Comments
 (0)