Blob Blame History Raw
--- timelinelib/config/paths.py~	2012-01-30 17:22:34.000000000 -0600
+++ timelinelib/config/paths.py	2012-02-20 14:20:03.992039998 -0600
@@ -19,7 +19,7 @@
 import os.path
 
 
-_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))
+_ROOT = "/usr/share/timeline/"
 ICONS_DIR = os.path.join(_ROOT, "icons")
-LOCALE_DIR = os.path.join(_ROOT, "po")
+LOCALE_DIR = "/usr/share/locale"
 HELP_RESOURCES_DIR = os.path.join(_ROOT, "help_resources")