File: common.py

package info (click to toggle)
gnome-python 2.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,420 kB
  • ctags: 933
  • sloc: sh: 9,060; ansic: 7,997; xml: 2,464; python: 1,925; makefile: 377
file content (18 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import os
import sys

if not os.environ.has_key('DIST_CHECK'):
    sys.path = ['..', '../gnomevfs', '../gnomecanvas'] + sys.path

import ltihooks
ltihooks.install()

import bonobo
import gnomevfs
import bonobo.ui
import gconf
import gnome
import gnome.ui
import gnomecanvas

ltihooks.uninstall()