summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-07-06 18:31:07 +0000
committerMatt Wilson <msw@redhat.com>1999-07-06 18:31:07 +0000
commit766ecd60592f12133a64dbab20b63dda76fe129f (patch)
treea72fc8dca4de15fdb8899e4be7e3ab7b03d27d1c
parent43d618255c1471c3640f23b6487570b1d92663b2 (diff)
downloadanaconda-766ecd60592f12133a64dbab20b63dda76fe129f.tar.gz
anaconda-766ecd60592f12133a64dbab20b63dda76fe129f.tar.xz
anaconda-766ecd60592f12133a64dbab20b63dda76fe129f.zip
added lang.py
-rw-r--r--lang.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang.py b/lang.py
new file mode 100644
index 000000000..b3069e62d
--- /dev/null
+++ b/lang.py
@@ -0,0 +1,4 @@
+def gettext(text):
+ return text
+
+