Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Jam/Block.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2013-01-22 15:46:25 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2013-01-22 15:48:57 (GMT)
commit4e0210968c6fb8862b6c808f783536899ade1644 (patch)
treeec8a2e6444fe5cf8396590b58832b47753460710 /Jam/Block.py
parent2ced9950cd6511ef1ce36673df332e11d570c1d6 (diff)
Start port of TamTamJam to Gtk3
Using pygi-convert.sh, sugar-convert.sh and a few manual fixes. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
Diffstat (limited to 'Jam/Block.py')
-rw-r--r--Jam/Block.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/Jam/Block.py b/Jam/Block.py
index 14cd8c0..004adae 100644
--- a/Jam/Block.py
+++ b/Jam/Block.py
@@ -1,7 +1,4 @@
-
-import pygtk
-pygtk.require( '2.0' )
-import gtk
+from gi.repository import Gtk
import random