Changeset - cf0352934bdf
[Not reviewed]
default
0 1 0
Mads Kiilerich - 6 years ago 2019-08-03 22:55:46
mads@kiilerich.com
kallithea: drop long forgotten kallithea.brand warning
1 file changed with 0 insertions and 8 deletions:
0 comments (0 inline, 0 general)
kallithea/__init__.py
Show inline comments
 
@@ -41,20 +41,12 @@ CELERY_EAGER = False
 

	
 
CONFIG = {}
 

	
 
# 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'
 
__py_version__ = sys.version_info
 
__author__ = "Various Authors"
 
__url__ = 'https://kallithea-scm.org/'
0 comments (0 inline, 0 general)