Import python3 compatible object.

This commit is contained in:
Ahmed Charles 2015-10-23 02:26:37 +00:00 committed by Griatch
parent 4f07da29c2
commit 11b61fe335
43 changed files with 43 additions and 0 deletions

View file

@ -8,6 +8,7 @@ which is a non-db version of Attributes.
"""
from builtins import object
import re
import weakref

View file

@ -25,6 +25,7 @@ This module also contains the Managers for the respective models; inherit from
these to create custom managers.
"""
from builtins import object
from django.db.models import signals

View file

@ -9,6 +9,7 @@ used for storing Aliases and Permissions. This module contains the
respective handlers.
"""
from builtins import object
from django.conf import settings
from django.db import models