Skip to content

Commit 6b4fd2f

Browse files
committed
hoping import basestring fixes it for py3
1 parent 36298f2 commit 6b4fd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmuxp/testsuite/test_config_tmuxinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import unittest
77
import kaptan
88
from .. import config, exc
9-
from ..util import tmux
9+
from ..util import tmux, basestring
1010

1111
from .. import log
1212
import logging

0 commit comments

Comments
 (0)