This commit is contained in:
Gregory Koberger 2011-08-26 11:02:45 -07:00
Родитель 69044f1020
Коммит c4dde13292
2 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -1011,7 +1011,7 @@ NEW_FEATURES = False
IMPALA_BROWSE = False
IMPALA_REVIEWS = False
IMPALA_MEET = False # Meet the Developer page.
IMPALA_EDIT = False
IMPALA_EDIT = True
IMPALA_HOMEPAGE = True
IMPALA_ADDON_DETAILS = True

Просмотреть файл

@ -48,5 +48,3 @@ USE_ELASTIC = False
# Ensure all validation code runs in tests:
VALIDATE_ADDONS = True
# We want these impala tests to pass
IMPALA_EDIT = True