aboutsummaryrefslogtreecommitdiff
path: root/emulators/xgngeo/files/patch-data-py___init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/xgngeo/files/patch-data-py___init__.py')
-rw-r--r--emulators/xgngeo/files/patch-data-py___init__.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/xgngeo/files/patch-data-py___init__.py b/emulators/xgngeo/files/patch-data-py___init__.py
deleted file mode 100644
index 0eff2d6733a3..000000000000
--- a/emulators/xgngeo/files/patch-data-py___init__.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- data/py/__init__.py Sun Oct 1 20:49:37 2006
-+++ data/py/__init__.py Sun Oct 1 20:50:23 2006
-@@ -63,7 +63,7 @@
- datarootpath = os.path.join(sys.prefix, 'share', 'xgngeo')
-
- # Internationalization.
--gettext.install("xgngeo", os.path.join(datarootpath, "locale"))
-+gettext.install("xgngeo", os.path.join(sys.prefix,"share", "locale"))
-
- class XGngeo:
- def __init__(self):