Use the full path module for import.

This commit is contained in:
Mikaël Ates 2012-03-21 17:29:35 +01:00
parent 75a6ea11eb
commit 36c0e5eae3
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ from decorators import prevent_access_to_not_root_administrators
from models import Policy
from attribute_aggregator.models import AttributeSource
from acs.attribute_aggregator.models import AttributeSource
logger = logging.getLogger('acs')