/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Daniel Schierbeck
  • Date: 2007-11-22 23:15:32 UTC
  • mfrom: (330.6.4 gtk)
  • Revision ID: daniel.schierbeck@gmail.com-20071122231532-9zwibd4mvq75ouc4
Merged with mainline.

Show diffs side-by-side

added added

removed removed

Lines of Context:
699
699
    default_encoding = sys.getdefaultencoding()
700
700
    try:
701
701
        result = TestSuite()
 
702
        try:
 
703
            import_pygtk()
 
704
        except errors.BzrCommandError:
 
705
            return result
702
706
        result.addTest(tests.test_suite())
703
707
    finally:
704
708
        if sys.getdefaultencoding() != default_encoding: