# HG changeset patch # User Mads Kiilerich # Date 1426029865 -3600 # Node ID e5bc21e78370123495dc5a57eecc84f2aca13d8d # Parent 27d214c87144363d59e90942d9acb05798b13a3c bin: give kallithea_config.py #!/usr/bin/env python so it can be executed directly diff -r 27d214c87144 -r e5bc21e78370 kallithea/bin/kallithea_config.py --- a/kallithea/bin/kallithea_config.py Tue Mar 03 22:33:46 2015 +0100 +++ b/kallithea/bin/kallithea_config.py Wed Mar 11 00:24:25 2015 +0100 @@ -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