From 362f264efa192ce7662870b987e90152580f18a9 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Thu, 25 Jun 2009 17:57:27 -0400 Subject: [PATCH] Minor formatting. --- web.py | 1 + 1 file changed, 1 insertion(+) 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.""" -- 2.26.2