summaryrefslogtreecommitdiffstats
path: root/cobbler/action_check.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/action_check.py')
-rw-r--r--cobbler/action_check.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cobbler/action_check.py b/cobbler/action_check.py
index 49ba174..17f4292 100644
--- a/cobbler/action_check.py
+++ b/cobbler/action_check.py
@@ -17,6 +17,7 @@ import os
import re
import cobbler_msg
import action_sync
+from rhpl.translate import _, N_, textdomain, utf8
class BootCheck: