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.
"""