Skip to content

Commit dba66a1

Browse files
committed
Merge pull request #18 from dummys/patch-1
Make it work nicely with python3
2 parents 1b99c7f + b6117d2 commit dba66a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ohmyvim/scripts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from os.path import isfile
44
from os.path import basename
55
from ConfigObject import ConfigObject
6-
from urllib import urlopen
6+
from urllib.request import urlopen
77
from subprocess import Popen
88
from subprocess import PIPE
99
from glob import glob

0 commit comments

Comments
 (0)