diff options
author | Matt Wilson <msw@redhat.com> | 1999-07-06 18:31:07 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-07-06 18:31:07 +0000 |
commit | 766ecd60592f12133a64dbab20b63dda76fe129f (patch) | |
tree | a72fc8dca4de15fdb8899e4be7e3ab7b03d27d1c | |
parent | 43d618255c1471c3640f23b6487570b1d92663b2 (diff) | |
download | anaconda-766ecd60592f12133a64dbab20b63dda76fe129f.tar.gz anaconda-766ecd60592f12133a64dbab20b63dda76fe129f.tar.xz anaconda-766ecd60592f12133a64dbab20b63dda76fe129f.zip |
added lang.py
-rw-r--r-- | lang.py | 4 |
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 + + |