mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:41:53 +02:00
cosmetic fixes
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
import codecs
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import codecs
|
|
||||||
|
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
|
|
||||||
def read_file(filename, encoding='utf8'):
|
def read_file(filename, encoding='utf8'):
|
||||||
"""read unicode from given file"""
|
"""Read unicode from given file."""
|
||||||
with codecs.open(filename, encoding=encoding) as fd:
|
with codecs.open(filename, encoding=encoding) as fd:
|
||||||
return fd.read()
|
return fd.read()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user