fabian 6 лет назад
Родитель
Сommit
c2e9a660bc

+ 3
- 0
certbot_pdns/PdnsApiAuthenticator.py Просмотреть файл

@@ -1,3 +1,6 @@
1
+#!/usr/bin/env python
2
+# -*- coding: utf-8 -*-
3
+
1 4
 import json
2 5
 
3 6
 import logging

+ 3
- 0
certbot_pdns/__init__.py Просмотреть файл

@@ -1 +1,4 @@
1
+#!/usr/bin/env python
2
+# -*- coding: utf-8 -*-
3
+
1 4
 """Let's Encrypt PDNS plugin"""

+ 3
- 0
certbot_pdns/authenticator.py Просмотреть файл

@@ -1,3 +1,6 @@
1
+#!/usr/bin/env python
2
+# -*- coding: utf-8 -*-
3
+
1 4
 """DNS plugin."""
2 5
 import collections
3 6
 import logging

+ 3
- 0
certbot_pdns/pdnsapi.py Просмотреть файл

@@ -1,3 +1,6 @@
1
+#!/usr/bin/env python
2
+# -*- coding: utf-8 -*-
3
+
1 4
 import json
2 5
 
3 6
 import requests

Загрузка…
Отмена
Сохранить