"Initial commit to Gerrit"
[profile/ivi/libgsf.git] / python / __init__.py
1 # -*- Mode: Python; py-indent-offset: 4 -*-
2 import pygtk
3 pygtk.require('2.0')
4 import gobject
5 del gobject
6 del pygtk
7
8 from _gsf import *