changeset 7808:cf0352934bdf

kallithea: drop long forgotten kallithea.brand warning
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 03 Aug 2019 22:55:46 +0200
parents 2d2fcf8f4221
children cbb85dc11e3a
files kallithea/__init__.py
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/__init__.py	Sat Aug 03 19:21:32 2019 +0200
+++ b/kallithea/__init__.py	Sat Aug 03 22:55:46 2019 +0200
@@ -44,14 +44,6 @@
 # Linked module for extensions
 EXTENSIONS = {}
 
-try:
-    import kallithea.brand
-except ImportError:
-    pass
-else:
-    assert False, 'Database rebranding is no longer supported; see README.'
-
-
 __version__ = '.'.join(str(each) for each in VERSION)
 __platform__ = platform.system()
 __license__ = 'GPLv3'