/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

Merged changes to packages.

Show diffs side-by-side

added added

removed removed

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