summaryrefslogtreecommitdiffstats
path: root/cobbler/cexceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/cexceptions.py')
-rw-r--r--cobbler/cexceptions.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cobbler/cexceptions.py b/cobbler/cexceptions.py
index 1052abe..a6e03dc 100644
--- a/cobbler/cexceptions.py
+++ b/cobbler/cexceptions.py
@@ -15,6 +15,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
import exceptions
import cobbler_msg
+from rhpl.translate import _, N_, textdomain, utf8
+
+
class CobblerException(exceptions.Exception):
def __init__(self, value, *args):