1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-26 17:47:20 +00:00
bazarr/update_modules.py
2017-12-30 00:09:51 -05:00

6 lines
No EOL
98 B
Python

import pip
try:
pip.main(['install', '--user', 'gitpython'])
except SystemExit as e:
pass