From: Victor Godoy Poluceno Date: Mon, 20 Jul 2009 18:14:12 +0000 (-0300) Subject: import cluttergtk must be first import X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=132606358f6832b8cad9f83ad35f7184f4d568e5;p=libchamplain import cluttergtk must be first import --- 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