소스 검색

added header

tags/v1.2.0
fabian 6 년 전
부모
커밋
c2e9a660bc
4개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      certbot_pdns/PdnsApiAuthenticator.py
  2. 3
    0
      certbot_pdns/__init__.py
  3. 3
    0
      certbot_pdns/authenticator.py
  4. 3
    0
      certbot_pdns/pdnsapi.py

+ 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

Loading…
취소
저장