8000 Fix python -m command error (#387) · modelcontextprotocol/python-sdk@321498a · GitHub
[go: up one dir, main page]

Skip to content

Commit 321498a

Browse files
xuzexin-hzxzx
andauthored
Fix python -m command error (#387)
Co-authored-by: xzx <xuzexin@thinktown.com>
1 parent a81b25a commit 321498a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import sys
22

3-
from server import main
3+
from .server import main
44

55
sys.exit(main())
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import sys
22

3-
from server import main
3+
from .server import main
44

55
sys.exit(main())

0 commit comments

Comments
 (0)
0