/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: Aaron Bentley
  • Date: 2008-02-23 04:55:56 UTC
  • mfrom: (423.1.16 trunk)
  • Revision ID: aaron@aaronbentley.com-20080223045556-xl3kf2v61crquq83
MergeĀ fromĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
    
220
220
    :return: The viz window object.
221
221
    """
222
 
    from viz.branchwin import BranchWindow
 
222
    from viz import BranchWindow
223
223
    return BranchWindow(branch, revision, limit)
224
224
 
225
225