diff options
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 |