Use the full path module for import.

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

View File

@ -25,7 +25,7 @@ from django.core.exceptions import ObjectDoesNotExist, MultipleObjectsReturned
from django.contrib.contenttypes.models import ContentType
from django.contrib.contenttypes import generic
from abac.models import AbacRule
from acs.abac.models import AbacRule
class Namespace(models.Model):