Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/puzzleView.py
blob: 3840338a0568a7ad9d1821e66de568be61c5efaa (plain)
1
2
3
4
5
6
7
# -*- coding: utf-8 -*-
import gtk
class PuzzleView():
    def __init__(self,view):
        self.imagen = gtk.Image()
        self.imagen.set_from_file("script01.svg")
        self.imagen.show()