From 129c02f0b296dc5863eb7708cd67bd77ebd0124f Mon Sep 17 00:00:00 2001 From: Steve Strassmann Date: Tue, 7 May 2013 14:12:58 -0400 Subject: [PATCH] forgot to remove stale comment --- i18n/config.py | 1 - 1 file changed, 1 deletion(-) 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.