File: __init__.py

package info (click to toggle)
libgsf 1.14.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,644 kB
  • ctags: 3,140
  • sloc: ansic: 16,511; sh: 9,076; xml: 6,155; makefile: 454; perl: 35; python: 13
file content (8 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
# -*- Mode: Python; py-indent-offset: 4 -*-
import pygtk
pygtk.require('2.0')
import gobject
del gobject
del pygtk

from _gsf import *