/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 viz/branchwin.py

  • Committer: Daniel Schierbeck
  • Date: 2007-11-29 09:06:45 UTC
  • Revision ID: daniel.schierbeck@gmail.com-20071129090645-dbg34acciu5jthqz
Removed import of now nonexistant about window.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
from bzrlib.config import BranchConfig
21
21
from bzrlib.config import GlobalConfig
22
22
from treeview import TreeView
23
 
from about import AboutDialog
24
23
 
25
24
class BranchWindow(Window):
26
25
    """Branch window.