Skip to content

Commit

Permalink
Add certifi package environment
Browse files Browse the repository at this point in the history
  • Loading branch information
umaumax committed Aug 26, 2018
1 parent 20873fa commit 233aa01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "ultrajson"]
path = rplugin/python3/deoplete/ujson
url = https://github.com/esnme/ultrajson.git
[submodule "rplugin/python3/deoplete/certifi"]
path = rplugin/python3/deoplete/certifi
url = https://github.com/certifi/python-certifi
1 change: 1 addition & 0 deletions rplugin/python3/deoplete/certifi
Submodule certifi added at 8be9f8
1 change: 1 addition & 0 deletions rplugin/python3/deoplete/sources/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from deoplete.util import load_external_module
load_external_module(__file__, 'urllib3')
load_external_module(__file__, 'dockerhub')
load_external_module(__file__, 'certifi')
from dockerhub.dockerhub import DockerHub

KEYWORD = [
Expand Down

0 comments on commit 233aa01

Please sign in to comment.