8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-06 01:46:27 +00:00

Fix import error in logs/models.py

This commit is contained in:
Jean-Romain Garnier 2020-04-24 23:14:08 +02:00 committed by Gabriel Detraz
parent eb3b295db1
commit 44e9b79429

View file

@ -27,7 +27,7 @@ from django.contrib.auth.models import Group
from django.db.models import Q from django.db.models import Q
from django.apps import apps from django.apps import apps
from netaddr import EUI from netaddr import EUI
macaddress.fields import default_dialect from macaddress.fields import default_dialect
from machines.models import IpList from machines.models import IpList
from machines.models import Interface from machines.models import Interface