Skip to content

Commit f32a512

Browse files
committed
Change paths.
1 parent 0927035 commit f32a512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autoload/pymode/path.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import sys, vim, os
55

66
pymode_lib = 'pylibs'
77

8-
if sys.version >= (3, 0, 0):
9-
pymode_lib = 'pylibs3'
8+
# if sys.version >= (3, 0, 0):
9+
# pymode_lib = 'pylibs3'
1010

1111
curpath = vim.eval("getcwd()")
1212
libpath = os.path.join(vim.eval("a:plugin_root"), pymode_lib)

0 commit comments

Comments
 (0)