Merge pull request #3081 from edx/sef/paver-fix-devstack-theme

fix paver theming on devstack (SERVICE_VARIANT support)
This commit is contained in:
David Baumgold
2014-03-26 19:49:38 -04:00

View File

@@ -15,7 +15,7 @@ class Env(object):
"""
# Root of the git repository (edx-platform)
REPO_ROOT = path(__file__).parent.parent.parent
REPO_ROOT = path(__file__).abspath().parent.parent.parent
# Service variant (lms, cms, etc.) configured with an environment variable
# We use this to determine which envs.json file to load.