From e0f4770cf9905cd956a8c3795778fb5d4843e009 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Sat, 6 Jul 2013 10:32:59 -0700 Subject: [PATCH] momentjs class inherits from object --- app/momentjs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/momentjs.py b/app/momentjs.py index 5d2db81..2095ce0 100644 --- a/app/momentjs.py +++ b/app/momentjs.py @@ -1,6 +1,6 @@ from jinja2 import Markup -class momentjs: +class momentjs(object): def __init__(self, timestamp): self.timestamp = timestamp