Skip to content

Commit

Permalink
updating to pip 19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Dec 19, 2019
1 parent f87927c commit 9c488cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
try:
import pkg_utils
except ImportError:
import pip._internal
pip._internal.main(['install', 'pkg_utils'])
import pip._internal.main
pip._internal.main.main(['install', 'pkg_utils'])
import pkg_utils
import os

Expand Down

0 comments on commit 9c488cd

Please sign in to comment.