mirror of
https://github.com/hexedtech/codemp-sublime.git
synced 2024-11-21 22:34:48 +01:00
chore: point to the future library installed by package control
Former-commit-id: 6284f9af3d496ea9d74602cb5b1ccd02644e0f18
This commit is contained in:
parent
9bc9ef5e95
commit
74705d94c0
3 changed files with 3 additions and 3 deletions
|
@ -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__)
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue