From 63417c8525421126307de1b022dd0d3fe3c0f669 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Wed, 1 Mar 2000 03:20:45 +0000 Subject: more translation --- xf86config.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'xf86config.py') 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): -- cgit