summaryrefslogtreecommitdiffstats
path: root/install/restart_scripts/restart_httpd
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2014-05-29 10:51:08 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-06-16 19:48:20 +0200
commitc7edd7b68c98d105f02a5977a0ff7c2a3081f2c9 (patch)
tree1421ca295425d4cd06d797e257225f67c8cd29c6 /install/restart_scripts/restart_httpd
parentc011bccf45ee46c41e6606e391362938271de75a (diff)
downloadfreeipa-c7edd7b68c98d105f02a5977a0ff7c2a3081f2c9.tar.gz
freeipa-c7edd7b68c98d105f02a5977a0ff7c2a3081f2c9.tar.xz
freeipa-c7edd7b68c98d105f02a5977a0ff7c2a3081f2c9.zip
ipaplatform: Remove redundant imports of ipaservices
Also fixes few incorrect imports. https://fedorahosted.org/freeipa/ticket/4052 Reviewed-By: Petr Viktorin <pviktori@redhat.com>
Diffstat (limited to 'install/restart_scripts/restart_httpd')
-rw-r--r--install/restart_scripts/restart_httpd1
1 files changed, 0 insertions, 1 deletions
diff --git a/install/restart_scripts/restart_httpd b/install/restart_scripts/restart_httpd
index e8ff72824..e3ef73c4f 100644
--- a/install/restart_scripts/restart_httpd
+++ b/install/restart_scripts/restart_httpd
@@ -21,7 +21,6 @@
import syslog
import traceback
-from ipapython import services as ipaservices
from ipaplatform import services
def main():