Changeset 1263

Show
Ignore:
Timestamp:
05/09/07 23:25:05 (2 years ago)
Author:
arj..@yirdis.nl
Message:

added toplevelwindow.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphor/trunk/gaphor/ui/mainwindow.py

    r1262 r1263  
    2323 
    2424 
    25 from interfaces import IUIComponent, IDiagramElementReceivedFocus 
     25from interfaces import IDiagramElementReceivedFocus 
    2626from gaphor.interfaces import IServiceEvent 
    2727 
     
    3232    It contains a Namespace-based tree view and a menu and a statusbar. 
    3333    """ 
    34     interface.implements(IUIComponent, IActionProvider) 
     34    interface.implements(IActionProvider) 
    3535 
    3636    properties = inject('properties')