Skip to content

Commit

Permalink
Merge pull request #8 from rapilabs/python3-explicit-relative-import
Browse files Browse the repository at this point in the history
Updated models import to use explicit import syntax
  • Loading branch information
wolph committed Sep 10, 2015
2 parents ea0a0f5 + 1e40c61 commit 787cf18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
NO_QUERY_DB = False

PRINT_IMPORTS = '''# vim: set fileencoding=utf-8 :
import models
from . import models
from django.contrib import admin
'''

Expand Down

0 comments on commit 787cf18

Please sign in to comment.