[libchamplain] import cluttergtk must be first import



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]