~ubuntu-branches/ubuntu/trusty/gnome-python/trusty

« back to all changes in this revision

Viewing changes to tests/common.py

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-12-02 12:30:09 UTC
  • Revision ID: james.westby@ubuntu.com-20051202123009-z00n5h4uuwfo64ev
Tags: upstream-2.12.2
ImportĀ upstreamĀ versionĀ 2.12.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import os
 
2
import sys
 
3
 
 
4
if not os.environ.has_key('DIST_CHECK'):
 
5
    sys.path = ['..', '../gnomevfs', '../gnomecanvas'] + sys.path
 
6
 
 
7
import ltihooks
 
8
 
 
9
import bonobo
 
10
import bonobo.ui
 
11
import gconf
 
12
import gnome
 
13
import gnome.ui
 
14
import gnomevfs
 
15
import gnomecanvas
 
16
 
 
17
ltihooks.uninstall()