mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Improve comments based on PR #351 review
This commit is contained in:
@@ -26,7 +26,8 @@ class NginxConfigurator(object):
|
|||||||
# pylint: disable=too-many-instance-attributes,too-many-public-methods
|
# pylint: disable=too-many-instance-attributes,too-many-public-methods
|
||||||
"""Nginx configurator.
|
"""Nginx configurator.
|
||||||
|
|
||||||
.. todo:: Add proper support for comments in the config
|
.. todo:: Add proper support for comments in the config. Currently,
|
||||||
|
config files modified by the configurator will lose all their comments.
|
||||||
|
|
||||||
:ivar config: Configuration.
|
:ivar config: Configuration.
|
||||||
:type config: :class:`~letsencrypt.client.interfaces.IConfig`
|
:type config: :class:`~letsencrypt.client.interfaces.IConfig`
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ install_requires = [
|
|||||||
'pyasn1', # urllib3 InsecurePlatformWarning (#304)
|
'pyasn1', # urllib3 InsecurePlatformWarning (#304)
|
||||||
'pycrypto',
|
'pycrypto',
|
||||||
'PyOpenSSL',
|
'PyOpenSSL',
|
||||||
'pyparsing>=1.5.5',
|
'pyparsing>=1.5.5', # Python3 support; perhaps unnecessary?
|
||||||
'pyrfc3339',
|
'pyrfc3339',
|
||||||
'python-augeas',
|
'python-augeas',
|
||||||
'python2-pythondialog>=3.2.2rc1', # Debian squeeze support, cf. #280
|
'python2-pythondialog>=3.2.2rc1', # Debian squeeze support, cf. #280
|
||||||
|
|||||||
Reference in New Issue
Block a user