Merge branch 'reflow'
[wolnelektury.git] / apps / catalogue / constants.py
diff --git a/apps/catalogue/constants.py b/apps/catalogue/constants.py
deleted file mode 100644 (file)
index e1c92f8..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# -*- coding: utf-8 -*-
-# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
-# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
-#
-from django.utils.translation import ugettext_lazy as _
-
-LICENSES = {
-    'http://creativecommons.org/licenses/by-sa/3.0/': {
-        'icon': 'cc-by-sa',
-        'description': _('Creative Commons Attribution-ShareAlike 3.0 Unported'),
-    },
-}