Use Python3 to run tools/venv3.py. (#6860)

This commit is contained in:
Brad Warren 2019-03-14 11:07:19 -07:00 committed by Adrien Ferrand
parent acc918eee7
commit 8386d08de2

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Developer virtualenv setup for Certbot client
import _venv_common