# HG changeset patch # User Mads Kiilerich # Date 2015-03-11 00:24:25 # Node ID e5bc21e78370123495dc5a57eecc84f2aca13d8d # Parent 27d214c87144363d59e90942d9acb05798b13a3c bin: give kallithea_config.py #!/usr/bin/env python so it can be executed directly diff --git a/kallithea/bin/kallithea_config.py b/kallithea/bin/kallithea_config.py --- a/kallithea/bin/kallithea_config.py +++ b/kallithea/bin/kallithea_config.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # -*- coding: utf-8 -*- # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by