From: Steve Losh Date: Thu, 25 Jun 2009 21:57:27 +0000 (-0400) Subject: Minor formatting. X-Git-Tag: 1.0.0~53^2~4^2~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=362f264efa192ce7662870b987e90152580f18a9;p=be.git Minor formatting. --- 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."""