Changeset - a9b9af11699e
[Not reviewed]
default
0 2 0
Mads Kiilerich - 9 years ago 2016-09-12 17:41:19
madski@unity3d.com
lib: drop unused __dbversion__
2 files changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/__init__.py
Show inline comments
 
@@ -53,7 +53,6 @@ else:
 

	
 

	
 
__version__ = '.'.join(str(each) for each in VERSION)
 
__dbversion__ = 31  # defines current db version for migrations
 
__platform__ = platform.system()
 
__license__ = 'GPLv3'
 
__py_version__ = sys.version_info
kallithea/lib/db_manage.py
Show inline comments
 
@@ -36,7 +36,7 @@ from os.path import dirname
 
import alembic.config
 
import alembic.command
 

	
 
from kallithea import __dbversion__, __py_version__
 
from kallithea import __py_version__
 
from kallithea.lib.paster_commands.common import ask_ok
 
from kallithea.model.user import UserModel
 
from kallithea.model import init_model
0 comments (0 inline, 0 general)