[libchamplain] import cluttergtk must be first import
- From: Pierre-Luc Beaudoin <plbeaudoin src gnome org>
- To: svn-commits-list gnome org
- Subject: [libchamplain] import cluttergtk must be first import
- Date: Sat, 25 Jul 2009 00:20:47 +0000 (UTC)
commit 132606358f6832b8cad9f83ad35f7184f4d568e5
Author: Victor Godoy Poluceno <victorpoluceno gmail com>
Date: Mon Jul 20 15:14:12 2009 -0300
import cluttergtk must be first import
bindings/python/demos/launcher-gtk.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bindings/python/demos/launcher-gtk.py b/bindings/python/demos/launcher-gtk.py
index 821acbe..019f5c2 100755
--- a/bindings/python/demos/launcher-gtk.py
+++ b/bindings/python/demos/launcher-gtk.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-import clutter
import cluttergtk
+import clutter
import gobject
import gtk
import champlain
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]