/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 diff.py

  • Committer: Aaron Bentley
  • Date: 2007-07-23 19:25:12 UTC
  • Revision ID: abentley@panoramicfeedback.com-20070723192512-ss8x3yayx7kfijoz
Fix test suite

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
from cStringIO import StringIO
13
13
 
 
14
import pygtk
 
15
pygtk.require("2.0")
14
16
import gtk
15
17
import pango
16
18
import os