Skip to content

Commit

Permalink
relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tatterdemalion committed Jan 23, 2016
1 parent 8a837d1 commit 3a9a5c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nece/fields/pgjson/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

from psycopg2.extras import Json

from forms import JSONField as JSONFormField
from lookups import (DataContains, ContainedBy, HasKey, HasKeys, HasAnyKeys)
from .forms import JSONField as JSONFormField
from .lookups import (DataContains, ContainedBy, HasKey, HasKeys, HasAnyKeys)
from django.core import exceptions
from django.db.models import Field, Transform
from django.utils.translation import ugettext_lazy as _
Expand Down

0 comments on commit 3a9a5c2

Please sign in to comment.