diff options
author | mjfernez <mjf@mjfer.net> | 2022-02-25 17:41:46 -0500 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2022-02-25 17:41:46 -0500 |
commit | b7333699e61837793e128ae0628ac6b0b111e6dd (patch) | |
tree | 827664136b1fc51d5eeb204e15b6a05447c71344 /view_functions.py | |
parent | dc98898dea798a1f2902a20aa340e0aa7aee48a9 (diff) | |
download | ezcms-b7333699e61837793e128ae0628ac6b0b111e6dd.tar.gz |
Merge server changes from branch master
Diffstat (limited to 'view_functions.py')
-rw-r--r-- | view_functions.py | 2 |
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 |