File: __init__.py

package info (click to toggle)
gnome-python 2.28.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,288 kB
  • sloc: sh: 10,219; ansic: 7,997; xml: 2,464; python: 1,886; makefile: 392
file content (15 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- Mode: Python; py-indent-offset: 4 -*-

# this can go when things are a little further along
# try:
#     import ltihooks
#     del ltihooks
# except ImportError:
#     pass

import gobject
del gobject

from _gnome import *
init = program_init