Skip to content

Commit 385946e

Browse files
committed
look up _vendor by absolute instead of relative
1 parent 4be98d0 commit 385946e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tmuxp/log.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
import logging.handlers
2121
import sys
2222
import time
23-
from ._vendor.colorama import init
24-
from ._vendor.colorama import Fore, Back, Style
23+
from tmuxp._vendor.colorama import init
24+
from tmuxp._vendor.colorama import Fore, Back, Style
2525
from .util import unicode, bytes, basestring
2626

2727
try:

0 commit comments

Comments
 (0)