Add missing import
This commit is contained in:
parent
f0394f876d
commit
fcef62655c
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
from .signals import *
|
||||
|
||||
from django.utils import timezone
|
||||
|
||||
def makewificonfig(device):
|
||||
output = ""
|
||||
i = 1
|
||||
|
|
Loading…
Reference in a new issue