We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b99c7f + b6117d2 commit dba66a1Copy full SHA for dba66a1
ohmyvim/scripts.py
@@ -3,7 +3,7 @@
3
from os.path import isfile
4
from os.path import basename
5
from ConfigObject import ConfigObject
6
-from urllib import urlopen
+from urllib.request import urlopen
7
from subprocess import Popen
8
from subprocess import PIPE
9
from glob import glob
0 commit comments