From b7333699e61837793e128ae0628ac6b0b111e6dd Mon Sep 17 00:00:00 2001 From: mjfernez Date: Fri, 25 Feb 2022 17:41:46 -0500 Subject: Merge server changes from branch master --- view_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view_functions.py') diff --git a/view_functions.py b/view_functions.py index 960271f..3de8687 100644 --- a/view_functions.py +++ b/view_functions.py @@ -3,7 +3,7 @@ view_functions.py - defines functions called by views to display the correct dat about files and paths. """ import os -from time import strftime, strptime, ctime +from time import ctime from siteconfig import siteconfig -- cgit v1.2.3