1
0
mirror of https://github.com/moepman/acertmgr.git synced 2024-06-05 18:12:34 +02:00

Use whichever python is available

The code is not specific to python2, so any python should do
This commit is contained in:
David Klaftenegger 2016-02-13 00:56:47 +01:00 committed by Markus Hauschild
parent d7ea460ce6
commit e8c82197a9

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Automated Certificate Manager using ACME # Automated Certificate Manager using ACME