aboutsummaryrefslogtreecommitdiffstats
path: root/view_functions.py
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2022-02-25 17:41:46 -0500
committermjfernez <mjf@mjfer.net>2022-02-25 17:41:46 -0500
commitb7333699e61837793e128ae0628ac6b0b111e6dd (patch)
tree827664136b1fc51d5eeb204e15b6a05447c71344 /view_functions.py
parentdc98898dea798a1f2902a20aa340e0aa7aee48a9 (diff)
downloadezcms-b7333699e61837793e128ae0628ac6b0b111e6dd.tar.gz
Merge server changes from branch master
Diffstat (limited to 'view_functions.py')
-rw-r--r--view_functions.py2
1 files changed, 1 insertions, 1 deletions
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