From 132606358f6832b8cad9f83ad35f7184f4d568e5 Mon Sep 17 00:00:00 2001 From: Victor Godoy Poluceno Date: Mon, 20 Jul 2009 15:14:12 -0300 Subject: [PATCH] import cluttergtk must be first import --- bindings/python/demos/launcher-gtk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5