summaryrefslogtreecommitdiffstats
path: root/comps.py
diff options
context:
space:
mode:
Diffstat (limited to 'comps.py')
-rw-r--r--comps.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/comps.py b/comps.py
index 3b7a03510..a8077129e 100644
--- a/comps.py
+++ b/comps.py
@@ -4,7 +4,7 @@
# Erik Troan <ewt@redhat.com>
# Matt Wilson <msw@redhat.com>
#
-# Copyright 2001 Red Hat, Inc.
+# Copyright 1999-2002 Red Hat, Inc.
#
# This software may be freely redistributed under the terms of the GNU
# library public license.
@@ -19,7 +19,7 @@ import os
from string import *
import types
import urllib
-from translate import _, N_
+from rhpl.translate import _, N_
from log import log
import time