# This file is part of PrawoKultury, licensed under GNU Affero GPLv3 or later.
# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
#
+
+
class EntryType(object):
- def __init__(self, db, slug, commentable=False, on_main=False,
- promotable=False, categorized=False):
+ def __init__(self, db, slug, commentable=False, on_main=False, promotable=False, categorized=False):
self.db = db
self.slug = slug
self.commentable = commentable