forgot to remove stale comment

This commit is contained in:
Steve Strassmann
2013-05-07 14:12:58 -04:00
parent cf8d6b8965
commit 129c02f0b2

View File

@@ -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.