cleanup the cmdline area
[sfa.git] / cmdline / cliexcep.py
diff --git a/cmdline/cliexcep.py b/cmdline/cliexcep.py
deleted file mode 100644 (file)
index 0c95d12..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-from excep import *
-
-class NoCertInDirectory(Exception):
-    def __init__(self, value):
-        self.value = value
-    def __str__(self):
-        return repr(self.value)
-
-class AuthenticationFailed(Exception):
-    def __init__(self, value):
-        self.value = value
-    def __str__(self):
-        return repr(self.value)