Cleanups, permissions separation into explicit module, absolute import update

This commit is contained in:
Roberto Rosario
2012-01-02 03:48:26 -04:00
parent 2781a211ec
commit 34311fb17e
107 changed files with 693 additions and 468 deletions

View File

@@ -4,8 +4,8 @@ from django.db import models
from django.utils.translation import ugettext_lazy as _
from .managers import SmartLinkManager
from .literals import OPERATOR_CHOICES, INCLUSION_AND, \
INCLUSION_CHOICES
from .literals import (OPERATOR_CHOICES, INCLUSION_AND,
INCLUSION_CHOICES)
class SmartLink(models.Model):