[libchamplain] import cluttergtk must be the first import
- From: Pierre-Luc Beaudoin <plbeaudoin src gnome org>
- To: svn-commits-list gnome org
- Subject: [libchamplain] import cluttergtk must be the first import
- Date: Sat, 25 Jul 2009 00:20:57 +0000 (UTC)
commit aae1fce880c3364c4bfe74737e10240456506d29
Author: Victor Godoy Poluceno <victorpoluceno gmail com>
Date: Mon Jul 20 15:49:01 2009 -0300
import cluttergtk must be the first import
bindings/python/demos/capitals.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bindings/python/demos/capitals.py b/bindings/python/demos/capitals.py
index a2782ad..d2b2193 100755
--- a/bindings/python/demos/capitals.py
+++ b/bindings/python/demos/capitals.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-
-import clutter, cluttergtk
+import cluttergtk
+import clutter
import champlain
import gtk, gobject
from twisted.internet import gtk2reactor
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]