summaryrefslogtreecommitdiffstats
path: root/fstab.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-29 23:57:25 +0000
committerMatt Wilson <msw@redhat.com>2000-02-29 23:57:25 +0000
commitfc5839d2e4e693c7e11a33380a02607de9ceb36b (patch)
tree3b20c4442e99d211bc546843aea9e51394454630 /fstab.py
parentbb04e5e0d741a60eab15c731d4de0d918ca3726d (diff)
downloadanaconda-fc5839d2e4e693c7e11a33380a02607de9ceb36b.tar.gz
anaconda-fc5839d2e4e693c7e11a33380a02607de9ceb36b.tar.xz
anaconda-fc5839d2e4e693c7e11a33380a02607de9ceb36b.zip
o massive move to a better translation model
o rename unprobed monitor to Generic Monitor
Diffstat (limited to 'fstab.py')
-rw-r--r--fstab.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/fstab.py b/fstab.py
index 1871dd7b7..b12248083 100644
--- a/fstab.py
+++ b/fstab.py
@@ -20,9 +20,7 @@ import os
import string
import raid
import struct
-
-def _(str):
- return str
+from translate import _
def isValidExt2(device):
file = '/tmp/' + device