Commit 00674ee6 by Chris Dodge

need timedelta import

parent b4fe23f3
...@@ -10,6 +10,7 @@ from fs.osfs import OSFS ...@@ -10,6 +10,7 @@ from fs.osfs import OSFS
import copy import copy
from json import loads from json import loads
import traceback import traceback
from datetime import timedelta
from django.contrib.auth.models import User from django.contrib.auth.models import User
from django.dispatch import Signal from django.dispatch import Signal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment