From a225da894a9cde618318c4730a31566e86b60958 Mon Sep 17 00:00:00 2001 From: David Klaftenegger Date: Sat, 13 Feb 2016 00:56:47 +0100 Subject: [PATCH] Use whichever python is available The code is not specific to python2, so any python should do --- acertmgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acertmgr.py b/acertmgr.py index 1e56b8e..c75ba84 100755 --- a/acertmgr.py +++ b/acertmgr.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # -*- coding: utf-8 -*- # Automated Certificate Manager using ACME