From fc1a5c5f0021570c33c8e52e755eb1f20b10f0eb Mon Sep 17 00:00:00 2001 From: Nikola Pajkovsky Date: Thu, 9 Jun 2011 10:00:51 +0200 Subject: [abrt] whole code is moved to libreport --- src/report-python/test_setroubleshoot_example | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 src/report-python/test_setroubleshoot_example (limited to 'src/report-python/test_setroubleshoot_example') diff --git a/src/report-python/test_setroubleshoot_example b/src/report-python/test_setroubleshoot_example deleted file mode 100755 index 74428f16..00000000 --- a/src/report-python/test_setroubleshoot_example +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/python - -import report -import report.io -import report.io.GTKIO -import report.accountmanager - -accounts = report.accountmanager.AccountManager() - -signature = report.createAlertSignature("selinux-policy", - "setroubleshoot", - "self.siginfo.get_hash()", - "self.summary", - "content") - -rc = report.report(signature, report.io.GTKIO.GTKIO(accounts)) - -print "rc:", rc -- cgit