Mercurial > lcfOS
diff python/apps/diagrameditor.py @ 89:4b1892054744
Cleanup
author | windel |
---|---|
date | Tue, 27 Nov 2012 18:11:39 +0100 |
parents | f3fe557be5ed |
children | 7ad4c66dd092 |
line wrap: on
line diff
--- a/python/apps/diagrameditor.py Tue Nov 27 18:00:13 2012 +0100 +++ b/python/apps/diagrameditor.py Tue Nov 27 18:11:39 2012 +0100 @@ -4,7 +4,7 @@ from PyQt4.QtCore import * import sys, json, base64 -from diagramitems import Connection, ResizeSelectionHandle, BlockItem, DiagramScene +from diagramitems import Connection, ResizeSelectionHandle, Block, DiagramScene """ Author: Windel Bouwman