Skip to content

Commit ef11dac

Browse files
committed
🚑 Fix shtab
1 parent 376a0c9 commit ef11dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/termux_language_server/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
try:
1212
import shtab
1313
except ImportError:
14-
import _shtab as shtab
14+
from . import _shtab as shtab
1515

1616
NAME = NAME.replace("_", "-")
1717
VERSION = rf"""{NAME} {__version__}

0 commit comments

Comments
 (0)