Update syntax for relative imports

This commit is contained in:
Magnus Hagander
2019-01-19 19:38:00 +01:00
parent 142f0805c2
commit 7547b6f766
46 changed files with 59 additions and 59 deletions

View File

@ -1,7 +1,7 @@
from django.contrib import admin
from pgweb.util.admin import PgwebAdmin
from models import PUG
from .models import PUG
class PUGAdmin(PgwebAdmin):