Procházet zdrojové kódy

added header

tags/v1.2.0
fabian před 8 roky
rodič
revize
c2e9a660bc

+ 3
- 0
certbot_pdns/PdnsApiAuthenticator.py Zobrazit soubor

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

+ 3
- 0
certbot_pdns/__init__.py Zobrazit soubor

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

+ 3
- 0
certbot_pdns/authenticator.py Zobrazit soubor

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

+ 3
- 0
certbot_pdns/pdnsapi.py Zobrazit soubor

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

Načítá se…
Zrušit
Uložit