From 201e727a1fc571f3a56763dc044a58504cc89af6 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 25 May 2007 17:40:23 -0400 Subject: Starting to add i18n to cobbler using rhpl --- cobbler/collection_systems.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cobbler/collection_systems.py') diff --git a/cobbler/collection_systems.py b/cobbler/collection_systems.py index 139a71d..a336487 100644 --- a/cobbler/collection_systems.py +++ b/cobbler/collection_systems.py @@ -18,6 +18,8 @@ import utils import collection import cexceptions import action_litesync +from rhpl.translate import _, N_, textdomain, utf8 + TESTMODE = False -- cgit