chore: point to the future library installed by package control

Former-commit-id: 6284f9af3d496ea9d74602cb5b1ccd02644e0f18
This commit is contained in:
cschen 2024-09-18 17:40:29 +02:00
parent 9bc9ef5e95
commit 74705d94c0
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ import logging
from . import globals as g from . import globals as g
from .utils import populate_view, safe_listener_attach, safe_listener_detach from .utils import populate_view, safe_listener_attach, safe_listener_detach
from ..lib import codemp import codemp
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)

View file

@ -5,7 +5,7 @@ from typing import Optional
import sublime import sublime
import logging import logging
from ..lib import codemp import codemp
from .workspace import VirtualWorkspace from .workspace import VirtualWorkspace
from .buffers import VirtualBuffer from .buffers import VirtualBuffer
from .utils import bidict from .utils import bidict

View file

@ -7,7 +7,7 @@ import shutil
import tempfile import tempfile
import logging import logging
from ..lib import codemp import codemp
from . import globals as g from . import globals as g
from .buffers import VirtualBuffer from .buffers import VirtualBuffer
from .utils import draw_cursor_region from .utils import draw_cursor_region