summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorAbhishek Koneru <akoneru@redhat.com>2013-07-22 13:20:10 -0400
committerAbhishek Koneru <akoneru@redhat.com>2013-07-22 14:55:03 -0400
commit25fded82f97d4a47a6bfba3ea4da4c104552fa07 (patch)
tree68792a95f09a046607b4bfa0741fb6cc28145642 /base
parent9eb2c354b9e3a1d93f89ea951bb713cc684646ed (diff)
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.
Diffstat (limited to 'base')
-rw-r--r--base/server/python/pki/server/deployment/pkimessages.py4
-rwxr-xr-xbase/server/sbin/pkispawn1
2 files changed, 2 insertions, 3 deletions
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"\
diff --git a/base/server/sbin/pkispawn b/base/server/sbin/pkispawn
index d07016efc..30bb5ce28 100755
--- a/base/server/sbin/pkispawn
+++ b/base/server/sbin/pkispawn
@@ -20,7 +20,6 @@
#
# System Imports
-import os
import sys
import signal