~mapclient.devs/mapclient/stable

« back to all changes in this revision

Viewing changes to mapclient/widgets/workflowcommands.py

  • Committer: musculoskeletal
  • Date: 2014-06-25 05:38:05 UTC
  • mfrom: (1.6.35 testing)
  • Revision ID: musculoskeletal@bioeng1033-20140625053805-jkqhi5oq74vmlntl
Merging testing into stable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
'''
20
20
from PySide import QtGui
21
21
 
22
 
from widgets.workflowgraphicsitems import Node
 
22
from mapclient.widgets.workflowgraphicsitems import Node
23
23
 
24
24
class CommandRemove(QtGui.QUndoCommand):
25
25
    '''