[libchamplain/libchamplain-0-6] Make the minimal python demos executable
- From: Jiří Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain/libchamplain-0-6] Make the minimal python demos executable
- Date: Wed, 16 Jun 2010 20:23:11 +0000 (UTC)
commit c338b0d8429e7495f0f2dbb6f883e40378b284de
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]