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

@ -3,7 +3,7 @@ from django.shortcuts import get_object_or_404
from pgweb.util.contexts import render_pgweb
from pgweb.core.models import Version
from models import SecurityPatch
from .models import SecurityPatch
def GetPatchesList(filt):