X-Git-Url: https://git.mdrn.pl/django-migdal.git/blobdiff_plain/e335d8d992b0e8c9f8926c1fe92b3526c3fa1508..f41fb09cefa2fca8d5c1e9314bcaa3591590a74c:/migdal/helpers.py diff --git a/migdal/helpers.py b/migdal/helpers.py index 8c06c16..e62333d 100644 --- a/migdal/helpers.py +++ b/migdal/helpers.py @@ -2,9 +2,10 @@ # 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