25 lines
642 B
Diff
25 lines
642 B
Diff
From 8c48bbe8193ffdc788d040d2f7619654c452d71d Mon Sep 17 00:00:00 2001
|
|
From: Petr Lautrbach <plautrba@redhat.com>
|
|
Date: Sat, 29 Feb 2020 13:28:13 +0100
|
|
Subject: [PATCH] sealert: Drop unused import slib.dbus.service
|
|
|
|
---
|
|
framework/src/sealert | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/framework/src/sealert b/framework/src/sealert
|
|
index 42dc976b26d0..7839367fd002 100755
|
|
--- a/framework/src/sealert
|
|
+++ b/framework/src/sealert
|
|
@@ -39,7 +39,6 @@ import selinux
|
|
import socket as Socket
|
|
import fcntl
|
|
import sys
|
|
-import slip.dbus.service
|
|
|
|
from dbus.mainloop.glib import DBusGMainLoop
|
|
DBusGMainLoop(set_as_default=True)
|
|
--
|
|
2.25.1
|
|
|