/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 branchview/treemodel.py

  • Committer: Jelmer Vernooij
  • Date: 2011-03-11 23:00:17 UTC
  • mfrom: (719.1.3 bzr-gtk)
  • Revision ID: jelmer@canonical.com-20110311230017-yexxy58qe5f8fegx
Merge translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
import gtk
11
11
import gobject
 
12
import re
12
13
from xml.sax.saxutils import escape
13
14
 
14
15
from bzrlib.config import parse_username
15
16
from bzrlib.revision import NULL_REVISION
16
17
 
17
 
from time import (
18
 
    strftime,
19
 
    localtime,
20
 
    )
 
18
from time import (strftime, localtime)
21
19
 
22
20
REVID = 0
23
21
NODE = 1