summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-03-01 03:20:45 +0000
committerMatt Wilson <msw@redhat.com>2000-03-01 03:20:45 +0000
commit63417c8525421126307de1b022dd0d3fe3c0f669 (patch)
treeb43b88326ad5e55ee3af445860a8a08f7b202ce2 /xf86config.py
parenta886c8bba0ccca8e655be9d8c017cf9f592b8094 (diff)
downloadanaconda-63417c8525421126307de1b022dd0d3fe3c0f669.tar.gz
anaconda-63417c8525421126307de1b022dd0d3fe3c0f669.tar.xz
anaconda-63417c8525421126307de1b022dd0d3fe3c0f669.zip
more translation
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/xf86config.py b/xf86config.py
index 06f49c453..10dd81bb9 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -10,9 +10,7 @@ import time
import os
from kbd import Keyboard
from mouse import Mouse
-
-def _(x):
- return x
+from translate import _
class XF86Config:
def __init__ (self, mouse = None):