Merge "Unifies Horizon conf."

This commit is contained in:
Jenkins 2012-11-20 23:08:02 +00:00 committed by Gerrit Code Review
commit 7f06befc30
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ SECRET_KEY = generate_or_read_from_file(os.path.join(TEST_DIR,
ROOT_URLCONF = 'openstack_dashboard.urls'
TEMPLATE_DIRS = (
os.path.join(TEST_DIR, 'templates'),
#os.path.join(ROOT_PATH, 'templates'),
)
TEMPLATE_CONTEXT_PROCESSORS += (