cacf0e81a5
- Add devel/py-psyco dependency only on i386 - Few modifications in patch files - Bump PORTEPOCH
11 lines
378 B
Python
11 lines
378 B
Python
--- 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):
|