aboutsummaryrefslogtreecommitdiffstats
path: root/web.py
diff options
context:
space:
mode:
Diffstat (limited to 'web.py')
-rw-r--r--web.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/web.py b/web.py
index bd7a89b..9155c97 100644
--- a/web.py
+++ b/web.py
@@ -9,6 +9,7 @@ def datetimeformat(value, format='%B %d, %Y at %I:%M %p'):
"""Takes a timestamp and revormats it into a human-readable string."""
return datetime.fromtimestamp(value).strftime(format)
+
class WebInterface:
"""The web interface to CFBE."""