changeset 4897:e5bc21e78370

bin: give kallithea_config.py #!/usr/bin/env python so it can be executed directly
author Mads Kiilerich <madski@unity3d.com>
date Wed, 11 Mar 2015 00:24:25 +0100
parents 27d214c87144
children d4b1b40b41ac
files kallithea/bin/kallithea_config.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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