mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
Update syntax for relative imports
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user