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