[libchamplain] Make the minimal python demos executable



commit a1e29ab38d4700eb5251cb1bc6d26e948a43fdd4
Author: JiÅ?í Techet <techet gmail com>
Date:   Wed Jun 16 00:46:44 2010 +0200

    Make the minimal python demos executable
    
    ...and add the shebang
    
    Signed-off-by: JiÅ?í Techet <techet gmail com>

 bindings/python/demos/minimal-gtk.py |    2 ++
 bindings/python/demos/minimal.py     |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/bindings/python/demos/minimal-gtk.py b/bindings/python/demos/minimal-gtk.py
old mode 100644
new mode 100755
index bf120e6..3be7cf6
--- a/bindings/python/demos/minimal-gtk.py
+++ b/bindings/python/demos/minimal-gtk.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
 import gobject
 import gtk
 
diff --git a/bindings/python/demos/minimal.py b/bindings/python/demos/minimal.py
old mode 100644
new mode 100755
index 01e1923..b6b14c1
--- a/bindings/python/demos/minimal.py
+++ b/bindings/python/demos/minimal.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
 import gobject
 import clutter
 import champlain



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]