X-Git-Url: https://git.mdrn.pl/django-migdal.git/blobdiff_plain/734cd58d3f12c5397b42c1ae122c947500386014..66b5dfaafedcd67514527ca72fca132563479559:/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