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:
@ -2,7 +2,7 @@ from django.http import HttpResponse
|
||||
|
||||
import json
|
||||
|
||||
from models import MailingList, MailingListGroup
|
||||
from .models import MailingList, MailingListGroup
|
||||
|
||||
|
||||
def listinfo(request):
|
||||
|
Reference in New Issue
Block a user