From 25fded82f97d4a47a6bfba3ea4da4c104552fa07 Mon Sep 17 00:00:00 2001 From: Abhishek Koneru Date: Mon, 22 Jul 2013 13:20:10 -0400 Subject: Minor issue - redundant import in pkispawn A redundant import has been added in one ofthe previous patches. Fixed another small issue while using the escape character. Pylint fixes. --- base/server/python/pki/server/deployment/pkimessages.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base/server/python') diff --git a/base/server/python/pki/server/deployment/pkimessages.py b/base/server/python/pki/server/deployment/pkimessages.py index 2e1ecba45..a3be42e97 100644 --- a/base/server/python/pki/server/deployment/pkimessages.py +++ b/base/server/python/pki/server/deployment/pkimessages.py @@ -307,11 +307,11 @@ PKI_CONFIG_RESPONSE_ADMIN_CERT = "adminCert:" PKI_CONFIG_RESPONSE_STATUS = "status:" PKI_CONFIG_NOT_YET_IMPLEMENTED_1 = " %s NOT YET IMPLEMENTED" PKI_CHECK_STATUS_MESSAGE = " To check the status of the subsystem: \n"\ - " systemctl status pki-tomcatd\@%s.service" + " systemctl status pki-tomcatd@%s.service" PKI_ACCESS_URL = " The URL for the subsystem is: \n"\ " https://%s:%s/%s" PKI_INSTANCE_RESTART_MESSAGE = " To restart the subsystem: \n"\ - " systemctl restart pki-tomcatd\@%s.service" + " systemctl restart pki-tomcatd@%s.service" PKI_SPAWN_INFORMATION_HEADER = "\n ==========================================================================\n"\ -- cgit