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