tags patch 585354 thanks Here's a tested fix.
--- /usr/sbin/check-selinux-installation 2006-09-11 17:41:56.000000000 +0200
+++ /tmp/check-selinux-installation 2012-01-04 10:06:46.000000000 +0100
@@ -9,7 +9,7 @@
class ErrorBase:
def __str__(self):
- raise "Error with no description found. Class: %s" % self.__class__
+ raise NotImplementedError("Error with no description found. Class: %s" % self.__class__)
def fixable(self):
return False
def fix(self):
]2;Terminal robbe@baal

