diff --git a/i18n/config.py b/i18n/config.py index d78fc0ca45..4f246ed942 100644 --- a/i18n/config.py +++ b/i18n/config.py @@ -3,7 +3,6 @@ from path import path # BASE_DIR is the working directory to execute django-admin commands from. # Typically this should be the 'mitx' directory. -#BASE_DIR = os.path.normpath(os.path.dirname(os.path.abspath(__file__))+'/..') BASE_DIR = path(__file__).abspath().dirname().joinpath('..').normpath() # LOCALE_DIR contains the locale files.