1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 11:35:35 +03:00

Adapt appcast script to python3

This commit is contained in:
Tae Won Ha 2018-03-04 11:36:20 +01:00
parent cf67346144
commit 6040e9b324
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -1,9 +1,9 @@
#!/usr/local/bin/python2
#!/usr/local/bin/python3
# pip2 install requests
# pip2 install Markdown
# pip3 install requests
# pip3 install Markdown
# We use python2 of brew due to some pip packages.
# We use python of brew due to some pip packages.
import os
import io