1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Remove unused static string from CONFIG

This commit is contained in:
James Kasten
2015-01-25 23:14:36 -08:00
parent a281a88f49
commit 3d26cfca90

View File

@@ -101,11 +101,3 @@ APACHE_CTL = "/usr/sbin/apache2ctl"
APACHE2 = "/etc/init.d/apache2"
"""Command used for reload and restart."""
# Static Strings/Messages
CERT_DELETE_MSG = "This certificate has either been deleted or moved"
"""Used in revocation cert dict for 'installed'.
Indicates that the original certificate has been moved/deleted.
"""