root/gaphor/tags/gaphor-0.12.0/gaphor/ui/__init__.py

Revision 1219, 120 bytes (checked in by arj..@yirdis.nl, 2 years ago)

Removed gaphor.undomanager. All transactions are now handled through gaphor.transaction. Moved undo action creation to undomanager service. removed all references to gaphor.undomanager.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 """
2 This module contains user interface related code, such as the
3 main screen and diagram windows.
4 """
5
6
7 # vim:sw=4:et:
Note: See TracBrowser for help on using the browser.