settings: fix wrong import

This commit is contained in:
Benjamin Dauvergne 2013-06-13 12:30:43 +02:00
parent f86abce460
commit 4623c7fcc0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
import os.path
import logging
import logging.handlers
PROJECT_ROOT = os.path.join(os.path.dirname(__file__), '..')