momentjs class inherits from object

This commit is contained in:
Miguel Grinberg 2013-07-06 10:32:59 -07:00
parent 57cd91ccf5
commit e0f4770cf9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
from jinja2 import Markup
class momentjs:
class momentjs(object):
def __init__(self, timestamp):
self.timestamp = timestamp