summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--language.py1
2 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 19b9ec1f3..437a4733e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
gets us log levels and the ability to write the logs to all sorts of
places. Files that have not been converted from rhpl.log will
currently log to tty1. Currently defaulting to verbose.
+ * language.py: No logging here.
2005-08-10 Jeremy Katz <katzj@redhat.com>
diff --git a/language.py b/language.py
index 3f85e2d36..69ee5d8d7 100644
--- a/language.py
+++ b/language.py
@@ -20,7 +20,6 @@ import rpm
from rhpl.translate import cat
from rhpl.simpleconfig import SimpleConfigFile
-from rhpl.log import log
# Converts a single language into a "language search path". For example,
# fr_FR.utf8@euro would become "fr_FR.utf8@eueo fr_FR.utf8 fr_FR fr"