We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e38320 commit 79d0068Copy full SHA for 79d0068
1 file changed
autoload/pymode/breakpoint.vim
@@ -9,7 +9,7 @@ fun! pymode#breakpoint#init() "{{{
9
10
PymodePython << EOF
11
12
-from six import PY3
+from pymode.libs.six import PY3
13
14
if PY3:
15
from importlib.util import find_spec
0 commit comments