Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/environ.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-15 19:14:31 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-15 19:14:31 (GMT)
commit699023b7d001f8262246c32f8d9676f97b321602 (patch)
tree7489c3f85d49902554ef96e15dcbc162d14040ae /devbot/environ.py
parent5602b12be825b963071a2ebb1c05cf5488357bbc (diff)
No point in passing devbot dir to devbot
Diffstat (limited to 'devbot/environ.py')
-rw-r--r--devbot/environ.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/environ.py b/devbot/environ.py
index 220b39e..1e3dc53 100644
--- a/devbot/environ.py
+++ b/devbot/environ.py
@@ -40,7 +40,7 @@ def _setup_variables():
sysconfig.get_python_lib(prefix=config.prefix_dir,
plat_specific=True))
_add_path("PYTHONPATH",
- os.path.dirname(config.devbot_dir))
+ os.path.dirname(os.path.dirname(__file__)))
_add_path("XDG_DATA_DIRS", "/usr/share")
_add_path("XDG_DATA_DIRS", config.share_dir)