/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: Pelle Johansson
  • Date: 2009-10-08 12:18:13 UTC
  • mto: This revision was merged to the branch mainline in revision 667.
  • Revision ID: pelle@blocket.se-20091008121813-e22qszmm9i6ul858
find ElementTree in python 2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
import os
18
18
import re
19
19
import sys
20
 
from xml.etree.ElementTree import Element, SubElement, tostring
 
20
try:
 
21
    from xml.etree.ElementTree import Element, SubElement, tostring
 
22
except:
 
23
    from elementtree.ElementTree import Element, SubElement, tostring
21
24
 
22
25
try:
23
26
    import gtksourceview2