Skip to content

Commit 1a93928

Browse files
committed
3.3: from .. util import unicode. #15
1 parent a45ba97 commit 1a93928

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tmuxp/testsuite/test_workspacebuilder.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
import logging
77
import time
88
import kaptan
9-
from .. import Window, config, exc, util
9+
from .. import Window, config, exc
10+
from ..util import unicode
1011
from ..workspacebuilder import WorkspaceBuilder
1112
from .helpers import TmuxTestCase
1213

0 commit comments

Comments
 (0)