File: common.py

package info (click to toggle)
gnome-python 2.12.4-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,804 kB
  • ctags: 813
  • sloc: sh: 8,593; ansic: 7,747; python: 1,811; makefile: 333; xml: 54
file content (17 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import os
import sys

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

import ltihooks

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

ltihooks.uninstall()